Home
last modified time | relevance | path

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

/linux-6.1.9/fs/configfs/
Dfile.c317 if (type & CONFIGFS_ITEM_BIN_ATTR) { in __configfs_open_file()
345 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->write) in __configfs_open_file()
358 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->read) in __configfs_open_file()
398 return __configfs_open_file(inode, filp, CONFIGFS_ITEM_BIN_ATTR); in configfs_open_bin_file()
478 CONFIGFS_ITEM_BIN_ATTR, parent_sd->s_frag); in configfs_create_bin_file()
Dconfigfs_internal.h50 #define CONFIGFS_ITEM_BIN_ATTR 0x0008 macro
57 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)
Dinode.c193 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
Ddir.c468 if (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) { in configfs_lookup()