Searched refs:STATMOUNT_MNT_POINT (Results 1 – 7 of 7) sorted by relevance
129 #ifndef STATMOUNT_MNT_POINT130 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */ macro
128 STATMOUNT_MNT_POINT | in main()145 (stmnt->mask & STATMOUNT_MNT_POINT) ? stmnt->str + stmnt->mnt_point : "", in main()
134 STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | in dump_mountinfo()
378 sm = statmount_alloc(root_id, STATMOUNT_MNT_POINT, 0); in test_statmount_mnt_point()385 if (!(sm->mask & STATMOUNT_MNT_POINT)) { in test_statmount_mnt_point()668 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE | STATMOUNT_MNT_NS_ID; in main()689 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point"); in main()
217 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */ macro
5670 case STATMOUNT_MNT_POINT: in statmount_string()5799 STATMOUNT_MNT_POINT | \5858 if (!err && s->mask & STATMOUNT_MNT_POINT) in do_statmount()5859 err = statmount_string(s, STATMOUNT_MNT_POINT); in do_statmount()5910 #define STATMOUNT_STRING_REQ (STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | \