HomeSort by relevance Sort by last modified time
    Searched refs:MNT_NOWAIT (Results 1 - 6 of 6) sorted by null

  /external/fio/lib/
mountcheck.c 44 ret = getmntinfo(&st, MNT_NOWAIT);
65 ret = getmntinfo(&st, MNT_NOWAIT);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_bsd_test.go 16 const MNT_NOWAIT = 2
19 const flags = MNT_NOWAIT // see Issue 16937
  /prebuilts/go/linux-x86/src/syscall/
syscall_bsd_test.go 16 const MNT_NOWAIT = 2
19 const flags = MNT_NOWAIT // see Issue 16937
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 270 n = getmntinfo(&mp, MNT_NOWAIT);
  /external/fio/
configure     [all...]
  /system/core/toolbox/
newfs_msdos.c 762 if (!(n = getmntinfo(&mp, MNT_NOWAIT)))
    [all...]

Completed in 345 milliseconds