Searched refs:MNT_NOWAIT (Results 1 – 5 of 5) sorted by relevance
25 int nfss = getmntinfo(&fss, MNT_NOWAIT); in main()
175 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
271 n = getmntinfo(&mp, MNT_NOWAIT); in check_getmntinfo()
825 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
3363 pub const MNT_NOWAIT: ::c_int = 2; constant