Home
last modified time | relevance | path

Searched refs:CONFIGFS_ITEM_NAME_LEN (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dconfigfs.h30 #define CONFIGFS_ITEM_NAME_LEN 20 macro
42 char ci_namebuf[CONFIGFS_ITEM_NAME_LEN];
/kernel/linux/linux-6.6/include/linux/
H A Dconfigfs.h28 #define CONFIGFS_ITEM_NAME_LEN 20 macro
40 char ci_namebuf[CONFIGFS_ITEM_NAME_LEN];
/kernel/linux/linux-5.10/fs/configfs/
H A Ditem.c47 * If strlen(name) >= CONFIGFS_ITEM_NAME_LEN, then use a
53 int limit = CONFIGFS_ITEM_NAME_LEN; in config_item_set_name()
/kernel/linux/linux-6.6/fs/configfs/
H A Ditem.c45 * If strlen(name) >= CONFIGFS_ITEM_NAME_LEN, then use a
51 int limit = CONFIGFS_ITEM_NAME_LEN; in config_item_set_name()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c183 char name[CONFIGFS_ITEM_NAME_LEN]; in cscfg_add_preset_groups()
195 snprintf(name, CONFIGFS_ITEM_NAME_LEN, "preset%d", preset_num); in cscfg_add_preset_groups()

Completed in 4 milliseconds