Home
last modified time | relevance | path

Searched refs:CONFIGFS_USET_DROPPING (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/configfs/
H A Ddir.c206 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent()
523 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep()
568 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; in configfs_detach_rollback()
975 type_print(CONFIGFS_USET_DROPPING); in configfs_dump_one()
1072 !(child_sd->s_type & CONFIGFS_USET_DROPPING) && in configfs_depend_prep()
H A Dconfigfs_internal.h56 #define CONFIGFS_USET_DROPPING 0x0100 macro
H A Dsymlink.c96 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link()