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