Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmount.h230 #define STATMOUNT_MNT_UIDMAP 0x00002000U /* Want/got uidmap... */
226 #define STATMOUNT_MNT_UIDMAP global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h230 #define STATMOUNT_MNT_UIDMAP 0x00002000U /* Want/got uidmap... */ macro
/linux/fs/
H A Dnamespace.c5495 s->sm.mask |= STATMOUNT_MNT_UIDMAP; in statmount_mnt_uidmap()
5566 case STATMOUNT_MNT_UIDMAP: in statmount_string()
5680 STATMOUNT_MNT_UIDMAP | \
5784 if (!err && s->mask & STATMOUNT_MNT_UIDMAP) in do_statmount()
5785 err = statmount_string(s, STATMOUNT_MNT_UIDMAP); in do_statmount()
5822 STATMOUNT_MNT_UIDMAP | STATMOUNT_MNT_GIDMAP)