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

/linux-master/fs/configfs/
H A Dconfigfs_internal.h54 #define CONFIGFS_USET_DROPPING 0x0100 macro
H A Dsymlink.c94 if (target_sd->s_type & CONFIGFS_USET_DROPPING) {
H A Ddir.c31 * Protects setting of CONFIGFS_USET_DROPPING: checking the flag
204 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) {
487 * CONFIGFS_USET_DROPPING on all children that are candidates for
499 parent_sd->s_type |= CONFIGFS_USET_DROPPING;
536 * Walk the tree, resetting CONFIGFS_USET_DROPPING wherever it was
544 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING;
951 type_print(CONFIGFS_USET_DROPPING);
1048 !(child_sd->s_type & CONFIGFS_USET_DROPPING) &&
1383 * CONFIGFS_USET_DROPPING
1384 * Note: if CONFIGFS_USET_DROPPING i
[all...]

Completed in 126 milliseconds