Home
last modified time | relevance | path

Searched refs:CONFIGFS_ITEM_ATTR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/configfs/
H A Dconfigfs_internal.h51 #define CONFIGFS_ITEM_ATTR 0x0004 macro
59 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)
H A Dfile.c409 if ((type & CONFIGFS_ITEM_ATTR) && !attr->store) in __configfs_open_file()
422 if ((type & CONFIGFS_ITEM_ATTR) && !attr->show) in __configfs_open_file()
459 return __configfs_open_file(inode, filp, CONFIGFS_ITEM_ATTR); in configfs_open_file()
528 CONFIGFS_ITEM_ATTR, parent_sd->s_frag); in configfs_create_file()
H A Dinode.c200 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
H A Ddir.c973 type_print(CONFIGFS_ITEM_ATTR); in configfs_dump_one()
/kernel/linux/linux-6.6/fs/configfs/
H A Dconfigfs_internal.h49 #define CONFIGFS_ITEM_ATTR 0x0004 macro
57 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)
H A Dfile.c343 if ((type & CONFIGFS_ITEM_ATTR) && !attr->store) in __configfs_open_file()
356 if ((type & CONFIGFS_ITEM_ATTR) && !attr->show) in __configfs_open_file()
393 return __configfs_open_file(inode, filp, CONFIGFS_ITEM_ATTR); in configfs_open_file()
456 CONFIGFS_ITEM_ATTR, parent_sd->s_frag); in configfs_create_file()
H A Dinode.c192 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
H A Ddir.c947 type_print(CONFIGFS_ITEM_ATTR); in configfs_dump_one()

Completed in 8 milliseconds