Home
last modified time | relevance | path

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

/linux-6.15/fs/configfs/
H A Ddir.c529 if (sd->s_type & CONFIGFS_USET_DEFAULT) { in configfs_detach_prep()
566 if (sd->s_type & CONFIGFS_USET_DEFAULT) in configfs_detach_rollback()
658 !(sd->s_type & CONFIGFS_USET_DEFAULT)) in detach_groups()
710 sd->s_type |= CONFIGFS_USET_DEFAULT; in create_default_group()
979 type_print(CONFIGFS_USET_DEFAULT); in configfs_dump_one()
1478 if (sd->s_type & CONFIGFS_USET_DEFAULT) in configfs_rmdir()
H A Dconfigfs_internal.h53 #define CONFIGFS_USET_DEFAULT 0x0080 macro