Home
last modified time | relevance | path

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

/fs/configfs/
Dfile.c383 if (type & CONFIGFS_ITEM_BIN_ATTR) { in __configfs_open_file()
411 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->write) in __configfs_open_file()
424 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->read) in __configfs_open_file()
464 return __configfs_open_file(inode, filp, CONFIGFS_ITEM_BIN_ATTR); in configfs_open_bin_file()
550 CONFIGFS_ITEM_BIN_ATTR, parent_sd->s_frag); in configfs_create_bin_file()
Dconfigfs_internal.h52 #define CONFIGFS_ITEM_BIN_ATTR 0x0008 macro
59 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)
Dinode.c200 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
Ddir.c450 if (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) { in configfs_attach_attr()