Home
last modified time | relevance | path

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

/linux-6.15/fs/configfs/
H A Dconfigfs_internal.h56 #define CONFIGFS_USET_CREATING 0x0400 macro
H A Ddir.c304 CONFIGFS_DIR | CONFIGFS_USET_CREATING, in configfs_create_dir()
342 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready()
344 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
363 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready()
1078 !(child_sd->s_type & CONFIGFS_USET_CREATING)) { in configfs_depend_prep()