Home
last modified time | relevance | path

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

/linux-4.19.296/fs/configfs/
Dconfigfs_internal.h72 #define CONFIGFS_USET_CREATING 0x0400 macro
Ddir.c326 CONFIGFS_DIR | CONFIGFS_USET_CREATING, in configfs_create_dir()
359 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready()
361 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
380 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready()
1091 !(child_sd->s_type & CONFIGFS_USET_CREATING)) { in configfs_depend_prep()