Searched refs:CONFIGFS_USET_CREATING (Results 1 - 2 of 2) 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.h55 #define CONFIGFS_USET_CREATING 0x0400 macro
H A Ddir.c275 CONFIGFS_DIR | CONFIGFS_USET_CREATING);
336 sd->s_type &= ~CONFIGFS_USET_CREATING;
338 if (child_sd->s_type & CONFIGFS_USET_CREATING)
357 ret = !(sd->s_type & CONFIGFS_USET_CREATING);
1035 * CONFIGFS_DIR|CONFIGFS_USET_CREATING set by create_dir(). When
1036 * CONFIGFS_USET_CREATING is set, we ignore the item. The actual set of
1061 !(child_sd->s_type & CONFIGFS_USET_CREATING)) {

Completed in 111 milliseconds