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

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

Completed in 129 milliseconds