Home
last modified time | relevance | path

Searched refs:STATMOUNT_MNT_GIDMAP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h169 #ifndef STATMOUNT_MNT_GIDMAP
170 #define STATMOUNT_MNT_GIDMAP 0x00004000U /* Want/got gidmap... */ macro
H A Dtest-list-all-mounts.c133 STATMOUNT_MNT_GIDMAP, 0); in main()
157 if (stmnt->mask & STATMOUNT_MNT_GIDMAP) { in main()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h227 #define STATMOUNT_MNT_GIDMAP 0x00004000U /* Want/got gidmap... */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h227 #define STATMOUNT_MNT_GIDMAP 0x00004000U /* Want/got gidmap... */ macro
/linux-6.15/fs/
H A Dnamespace.c5643 s->sm.mask |= STATMOUNT_MNT_GIDMAP; in statmount_mnt_gidmap()
5698 case STATMOUNT_MNT_GIDMAP: in statmount_string()
5879 if (!err && s->mask & STATMOUNT_MNT_GIDMAP) in do_statmount()
5880 err = statmount_string(s, STATMOUNT_MNT_GIDMAP); in do_statmount()
5914 STATMOUNT_MNT_UIDMAP | STATMOUNT_MNT_GIDMAP)