Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dconfigfs.h47 #define CONFIGFS_ITEM_NAME_LEN 20 macro
58 char ci_namebuf[CONFIGFS_ITEM_NAME_LEN];
/linux-4.1.27/fs/configfs/
Ditem.c69 int limit = CONFIGFS_ITEM_NAME_LEN; in config_item_set_name()