Home
last modified time | relevance | path

Searched refs:STATMOUNT_OPT_ARRAY (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h153 #ifndef STATMOUNT_OPT_ARRAY
154 #define STATMOUNT_OPT_ARRAY 0x00000400U /* Want/got opt_... */ macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h223 #define STATMOUNT_OPT_ARRAY 0x00000400U /* Want/got opt_... */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h223 #define STATMOUNT_OPT_ARRAY 0x00000400U /* Want/got opt_... */ macro
/linux-6.15/fs/
H A Dnamespace.c5678 case STATMOUNT_OPT_ARRAY: in statmount_string()
5805 STATMOUNT_OPT_ARRAY | \
5864 if (!err && s->mask & STATMOUNT_OPT_ARRAY) in do_statmount()
5865 err = statmount_string(s, STATMOUNT_OPT_ARRAY); in do_statmount()
5913 STATMOUNT_OPT_ARRAY | STATMOUNT_OPT_SEC_ARRAY | \