Home
last modified time | relevance | path

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

/linux-4.1.27/fs/configfs/
Dconfigfs_internal.h59 #define CONFIGFS_USET_DROPPING 0x0100 macro
Ddir.c188 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent()
501 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep()
546 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; in configfs_detach_rollback()
944 type_print(CONFIGFS_USET_DROPPING); in configfs_dump_one()
1041 !(child_sd->s_type & CONFIGFS_USET_DROPPING) && in configfs_depend_prep()
Dsymlink.c88 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link()