Searched refs:CONFIGFS_USET_CREATING (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/configfs/
H A Dconfigfs_internal.h56 #define CONFIGFS_USET_CREATING 0x0400 macro
H A Ddir.c297 CONFIGFS_DIR | CONFIGFS_USET_CREATING,
335 sd->s_type &= ~CONFIGFS_USET_CREATING;
337 if (child_sd->s_type & CONFIGFS_USET_CREATING)
356 ret = !(sd->s_type & CONFIGFS_USET_CREATING);
1022 * CONFIGFS_DIR|CONFIGFS_USET_CREATING set by create_dir(). When
1023 * CONFIGFS_USET_CREATING is set, we ignore the item. The actual set of
1049 !(child_sd->s_type & CONFIGFS_USET_CREATING)) {

Completed in 136 milliseconds