Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Ddir.c515 if (sd->s_type & CONFIGFS_USET_DEFAULT) { in configfs_detach_prep()
552 if (sd->s_type & CONFIGFS_USET_DEFAULT) in configfs_detach_rollback()
633 !(sd->s_type & CONFIGFS_USET_DEFAULT)) in detach_groups()
684 sd->s_type |= CONFIGFS_USET_DEFAULT; in create_default_group()
950 type_print(CONFIGFS_USET_DEFAULT); in configfs_dump_one()
1439 if (sd->s_type & CONFIGFS_USET_DEFAULT) in configfs_rmdir()
Dconfigfs_internal.h59 #define CONFIGFS_USET_DEFAULT 0x0080 macro