Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-cgroup.h25 #define FC_APPID_LEN 129 macro
/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.h115 char fc_app_id[FC_APPID_LEN];
/linux/drivers/nvme/host/
H A Dfc.c3863 char app_id[FC_APPID_LEN]; in fc_appid_store()
3869 if ((count > (16+1+FC_APPID_LEN)) || (!strchr(buf, ':'))) in fc_appid_store()
3876 if (appid_len > FC_APPID_LEN) in fc_appid_store()