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

/linux-4.4.14/fs/configfs/
H A Ddir.c47 * Protects setting of CONFIGFS_USET_DROPPING: checking the flag
188 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { configfs_new_dirent()
489 * CONFIGFS_USET_DROPPING on all children that are candidates for
501 parent_sd->s_type |= CONFIGFS_USET_DROPPING; configfs_detach_prep()
538 * Walk the tree, resetting CONFIGFS_USET_DROPPING wherever it was
546 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; configfs_detach_rollback()
944 type_print(CONFIGFS_USET_DROPPING); configfs_dump_one()
1041 !(child_sd->s_type & CONFIGFS_USET_DROPPING) && configfs_depend_prep()
1276 * CONFIGFS_USET_DROPPING configfs_mkdir()
1277 * Note: if CONFIGFS_USET_DROPPING is already set, attach_group() will configfs_mkdir()
H A Dconfigfs_internal.h59 #define CONFIGFS_USET_DROPPING 0x0100 macro
H A Dsymlink.c88 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { create_link()

Completed in 113 milliseconds