Home
last modified time | relevance | path

Searched refs:MNT_NOWAIT (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/lib/libhammer/
H A Dmisc.c67 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in libhammer_find_pfs_mount()
74 mntsize = getfsstat(mntbuf, (long)mntbufsize, MNT_NOWAIT); in libhammer_find_pfs_mount()
/dragonfly/sys/kern/
H A Dvfs_sync.c424 VOP_FSYNC(vp, MNT_NOWAIT, 0); in syncer_thread()
732 vfs_msync(mp, MNT_NOWAIT); in sync_fsync()
736 vfs_msync(mp, MNT_NOWAIT); in sync_fsync()
737 VFS_SYNC(mp, MNT_NOWAIT | MNT_LAZY); in sync_fsync()
H A Dvfs_subr.c695 case MNT_LAZY | MNT_NOWAIT: in vfsync()
716 case MNT_NOWAIT: in vfsync()
/dragonfly/usr.sbin/rpc.umntall/
H A Drpc.umntall.c236 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in is_mounted()
242 mntsize = getfsstat(mntbuf, (long)bufsize, MNT_NOWAIT); in is_mounted()
/dragonfly/lib/libc/gen/
H A Dgetmntinfo.c47 if (mntsize <= 0 && (mntsize = getfsstat(0, 0, MNT_NOWAIT)) < 0) in getmntinfo()
H A Dgetmntvinfo.c51 if (mntsize <= 0 && (mntsize = getvfsstat(NULL, NULL, 0, MNT_NOWAIT)) < 0) in getmntvinfo()
/dragonfly/sbin/hammer2/
H A Dsubs.c428 n = getfsstat(NULL, 0, MNT_NOWAIT); in get_hammer2_mounts()
431 if (getfsstat(fs, sizeof(*fs) * n, MNT_NOWAIT) != n) { in get_hammer2_mounts()
H A Dcmd_cleanup.c54 n = getmntinfo(&fsary, MNT_NOWAIT); in cmd_cleanup()
H A Dcmd_service.c248 count = getmntvinfo(&mntbuf, &mntvbuf, MNT_NOWAIT); in service_thread()
/dragonfly/sys/vfs/ufs/
H A Dffs_softdep.c4212 waitfor = MNT_NOWAIT; in softdep_sync_metadata()
4235 if (waitfor & MNT_NOWAIT) { in softdep_sync_metadata()
4309 if (info->waitfor & MNT_NOWAIT) { in softdep_sync_metadata_bp()
4327 if (info->waitfor & MNT_NOWAIT) { in softdep_sync_metadata_bp()
4403 if (info->waitfor & MNT_NOWAIT) { in softdep_sync_metadata_bp()
4431 if (info->waitfor & MNT_NOWAIT) { in softdep_sync_metadata_bp()
4478 for (waitfor = MNT_NOWAIT; ; ) { in flush_inodedep_deps()
4488 if (waitfor & MNT_NOWAIT) in flush_inodedep_deps()
4493 if (waitfor & MNT_NOWAIT) { in flush_inodedep_deps()
4509 if (waitfor & MNT_NOWAIT) in flush_inodedep_deps()
[all …]
/dragonfly/lib/libefivar/
H A Defivar-dp-xlate.c192 n = getfsstat(NULL, 0, MNT_NOWAIT) + 1; in efi_hd_to_unix()
199 n = getfsstat(mnt, mntlen, MNT_NOWAIT); in efi_hd_to_unix()
/dragonfly/bin/df/
H A Ddf.c175 mntsize = getmntvinfo(&mntbuf, &mntvbuf, MNT_NOWAIT); in main()
279 mntsize = getmntvinfo(&mntbuf, &mntvbuf, MNT_NOWAIT); in getmntpt()
/dragonfly/usr.bin/truss/
H A Dmain.c146 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main()
/dragonfly/sbin/fsck/
H A Dfsutil.c226 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
H A Dmain.c391 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/dragonfly/sbin/hammer/
H A Dcmd_info.c62 mntsize = getmntinfo(&stfsbuf, MNT_NOWAIT); in hammer_cmd_info()
/dragonfly/sbin/mount_ufs/
H A Dmount.c162 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main()
511 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/dragonfly/sbin/mount/
H A Dmount.c189 if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in main()
554 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/dragonfly/sbin/umount/
H A Dumount.c714 mntsize = getfsstat(NULL, 0, MNT_NOWAIT); in mntinfo()
720 mntsize = getfsstat(origbuf, (long)bufsize, MNT_NOWAIT); in mntinfo()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c202 waitfor = MNT_NOWAIT; in hammer_vop_fsync()
216 waitfor = MNT_NOWAIT; in hammer_vop_fsync()
226 waitfor = MNT_NOWAIT; in hammer_vop_fsync()
907 waitfor = MNT_NOWAIT; in hammer_vop_close()
910 VOP_FSYNC(vp, MNT_NOWAIT, waitfor); in hammer_vop_close()
/dragonfly/sbin/newfs/
H A Dnewfs.c455 n = getmntinfo(&mp, MNT_NOWAIT); in main()
/dragonfly/usr.sbin/quot/
H A Dquot.c571 cnt = getmntinfo(&mp,MNT_NOWAIT); in main()
/dragonfly/usr.bin/quota/
H A Dquota.c441 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs()
/dragonfly/sbin/vquota/
H A Dvquota.c411 nloc = getmntinfo(&mntbufp, MNT_NOWAIT|MNT_LOCAL); in get_fslist()
/dragonfly/sys/sys/
H A Dmount.h433 #define MNT_NOWAIT 0x0002 /* start all I/O, but do not wait for it */ macro

12