Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h186 __u32 mnt_gidmap; /* [str] Array of gid mappings (as seen from callers namespace) */ member
/linux-6.15/include/uapi/linux/
H A Dmount.h186 __u32 mnt_gidmap; /* [str] Array of gid mappings (as seen from callers namespace) */ member
/linux-6.15/samples/vfs/
H A Dsamples-vfs.h48 __u32 mnt_gidmap; /* [str] Array of gid mappings */ member
H A Dtest-list-all-mounts.c158 const char *idmap = stmnt->str + stmnt->mnt_gidmap; in main()
/linux-6.15/fs/
H A Dnamespace.c5699 sm->mnt_gidmap = start; in statmount_string()