Home
last modified time | relevance | path

Searched refs:FC_APPID_LEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dblk-cgroup.h23 #define FC_APPID_LEN 129 macro
/openbmc/linux/block/
H A Dblk-cgroup-fc-appid.c18 if (app_id_len > FC_APPID_LEN) in blkcg_set_fc_appid()
H A Dblk-cgroup.h112 char fc_app_id[FC_APPID_LEN];
/openbmc/linux/drivers/nvme/host/
H A Dfc.c3837 char app_id[FC_APPID_LEN]; in fc_appid_store()
3843 if ((count > (16+1+FC_APPID_LEN)) || (!strchr(buf, ':'))) in fc_appid_store()
3850 if (appid_len > FC_APPID_LEN) in fc_appid_store()