Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-cgroup-fc-appid.c37 strscpy(blkcg->fc_app_id, app_id, app_id_len); in blkcg_set_fc_appid()
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.h112 char fc_app_id[FC_APPID_LEN]; member