Home
last modified time | relevance | path

Searched refs:CONFIGFS_NOT_PINNED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/configfs/
H A Dconfigfs_internal.h59 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR) macro
H A Ddir.c483 if (sd->s_type & CONFIGFS_NOT_PINNED) { in configfs_lookup()
511 * Only subdirectories count here. Files (CONFIGFS_NOT_PINNED) are
534 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep()
591 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
1035 * Only subdirectories count here. Files (CONFIGFS_NOT_PINNED) are
/kernel/linux/linux-6.6/fs/configfs/
H A Dconfigfs_internal.h57 #define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR) macro
H A Ddir.c454 if ((sd->s_type & CONFIGFS_NOT_PINNED) && in configfs_lookup()
485 * Only subdirectories count here. Files (CONFIGFS_NOT_PINNED) are
508 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep()
565 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
1009 * Only subdirectories count here. Files (CONFIGFS_NOT_PINNED) are

Completed in 6 milliseconds