Home
last modified time | relevance | path

Searched refs:fc_app_id (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dblk-cgroup-fc-appid.c6 * blkcg_set_fc_appid - set the fc_app_id field associted to blkcg
37 strscpy(blkcg->fc_app_id, app_id, app_id_len); in blkcg_set_fc_appid()
49 * On success return the fc_app_id, on failure return NULL
53 if (!bio->bi_blkg || bio->bi_blkg->blkcg->fc_app_id[0] == '\0') in blkcg_get_fc_appid()
55 return bio->bi_blkg->blkcg->fc_app_id; in blkcg_get_fc_appid()
H A Dblk-cgroup.h115 char fc_app_id[FC_APPID_LEN]; member