Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Dfile.c378 if (type & CONFIGFS_ITEM_BIN_ATTR) in check_perm()
403 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !bin_attr->write) in check_perm()
418 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !bin_attr->read) in check_perm()
479 return check_perm(inode, filp, CONFIGFS_ITEM_BIN_ATTR); in configfs_open_bin_file()
566 CONFIGFS_ITEM_BIN_ATTR); in configfs_create_bin_file()
Dconfigfs_internal.h56 #define CONFIGFS_ITEM_BIN_ATTR 0x0008 macro
63 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)
Dinode.c231 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
Ddir.c432 (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) ? in configfs_attach_attr()