Home
last modified time | relevance | path

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

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