Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dconfigfs.h44 #define CONFIGFS_ITEM_NAME_LEN 20 macro
56 char ci_namebuf[CONFIGFS_ITEM_NAME_LEN];
/linux-4.19.296/fs/configfs/
Ditem.c67 int limit = CONFIGFS_ITEM_NAME_LEN; in config_item_set_name()