Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dconfigfs.h30 #define CONFIGFS_ITEM_NAME_LEN 20 macro
42 char ci_namebuf[CONFIGFS_ITEM_NAME_LEN];
/Linux-v5.10/fs/configfs/
Ditem.c53 int limit = CONFIGFS_ITEM_NAME_LEN; in config_item_set_name()