Searched refs:FC_APPID_LEN (Results 1 – 3 of 3) sorted by relevance
23 #define FC_APPID_LEN 129 macro
18 if (app_id_len > FC_APPID_LEN) in blkcg_set_fc_appid()
3835 char app_id[FC_APPID_LEN]; in fc_appid_store()3841 if ((count > (16+1+FC_APPID_LEN)) || (!strchr(buf, ':'))) in fc_appid_store()3848 if (appid_len > FC_APPID_LEN) in fc_appid_store()