Searched refs:STATMOUNT_MNT_OPTS (Results 1 – 7 of 7) sorted by relevance
141 #ifndef STATMOUNT_MNT_OPTS142 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */ macro
130 STATMOUNT_MNT_OPTS | in main()146 (stmnt->mask & STATMOUNT_MNT_OPTS) ? stmnt->str + stmnt->mnt_opts : ""); in main()
135 STATMOUNT_MNT_OPTS | STATMOUNT_FS_SUBTYPE | in dump_mountinfo()163 if (buf->mask & STATMOUNT_MNT_OPTS) in dump_mountinfo()
220 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */ macro
470 sm = statmount_alloc(root_id, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_mnt_opts()533 if (sm->mask & STATMOUNT_MNT_OPTS) in test_statmount_mnt_opts()
5674 case STATMOUNT_MNT_OPTS: in statmount_string()5802 STATMOUNT_MNT_OPTS | \5861 if (!err && s->mask & STATMOUNT_MNT_OPTS) in do_statmount()5862 err = statmount_string(s, STATMOUNT_MNT_OPTS); in do_statmount()5911 STATMOUNT_FS_TYPE | STATMOUNT_MNT_OPTS | \