Home
last modified time | relevance | path

Searched refs:CONFIGFS_ITEM_ATTR (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/configfs/
Dconfigfs_internal.h55 #define CONFIGFS_ITEM_ATTR 0x0004 macro
63 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)
Dfile.c400 if ((type & CONFIGFS_ITEM_ATTR) && !attr->store) in check_perm()
415 if ((type & CONFIGFS_ITEM_ATTR) && !attr->show) in check_perm()
474 return check_perm(inode, filp, CONFIGFS_ITEM_ATTR); in configfs_open_file()
544 CONFIGFS_ITEM_ATTR); in configfs_create_file()
Dinode.c231 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
Ddir.c947 type_print(CONFIGFS_ITEM_ATTR); in configfs_dump_one()