Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/configfs/
H A Dconfigfs_internal.h58 #define CONFIGFS_USET_CREATING 0x0400 macro
H A Ddir.c298 CONFIGFS_DIR | CONFIGFS_USET_CREATING, in configfs_create_dir()
336 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready()
338 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
357 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready()
1048 * CONFIGFS_DIR|CONFIGFS_USET_CREATING set by create_dir(). When
1049 * CONFIGFS_USET_CREATING is set, we ignore the item. The actual set of
1075 !(child_sd->s_type & CONFIGFS_USET_CREATING)) { in configfs_depend_prep()
/kernel/linux/linux-6.6/fs/configfs/
H A Ddir.c297 CONFIGFS_DIR | CONFIGFS_USET_CREATING, in configfs_create_dir()
335 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready()
337 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
356 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready()
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)) { in configfs_depend_prep()
H A Dconfigfs_internal.h56 #define CONFIGFS_USET_CREATING 0x0400 macro

Completed in 6 milliseconds