Home
last modified time | relevance | path

Searched refs:CONFIGFS_USET_DROPPING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/configfs/
H A Dconfigfs_internal.h54 #define CONFIGFS_USET_DROPPING 0x0100 macro
H A Ddir.c204 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent()
499 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep()
544 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; in configfs_detach_rollback()
951 type_print(CONFIGFS_USET_DROPPING); in configfs_dump_one()
1048 !(child_sd->s_type & CONFIGFS_USET_DROPPING) && in configfs_depend_prep()
H A Dsymlink.c94 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link()