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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dconfigfs_internal.h53 #define CONFIGFS_USET_DROPPING 0x0100 macro
H A Dsymlink.c88 if (target_sd->s_type & CONFIGFS_USET_DROPPING) {
H A Ddir.c47 * Protects setting of CONFIGFS_USET_DROPPING: checking the flag
186 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) {
506 * CONFIGFS_USET_DROPPING on all children that are candidates for
518 parent_sd->s_type |= CONFIGFS_USET_DROPPING;
555 * Walk the tree, resetting CONFIGFS_USET_DROPPING wherever it was
563 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING;
964 type_print(CONFIGFS_USET_DROPPING);
1060 !(child_sd->s_type & CONFIGFS_USET_DROPPING) &&
1299 * CONFIGFS_USET_DROPPING
1300 * Note: if CONFIGFS_USET_DROPPING i
[all...]

Completed in 43 milliseconds