Home
last modified time | relevance | path

Searched refs:vn_start_write (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/sys/kern/
H A Dvfs_syscalls.c146 vn_start_write(NULL, &mp, V_NOWAIT) == 0) { in kern_sync()
1498 if (vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) { in kern_mknodat()
1501 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mknodat()
1590 if (vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) { in kern_mkfifoat()
1593 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkfifoat()
1775 error = vn_start_write(vp, &mp, V_NOWAIT); in kern_linkat_vp()
1780 error = vn_start_write(NULL, &mp, in kern_linkat_vp()
1873 if (vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) { in kern_symlinkat()
1876 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_symlinkat()
1942 if (vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) { in sys_undelete()
[all …]
H A Dvfs_vnops.c303 if (vn_start_write(ndp->ni_dvp, &mp, V_NOWAIT) != 0) { in vn_open_cred()
306 if ((error = vn_start_write(NULL, &mp, in vn_open_cred()
580 vn_start_write(vp, &mp, V_WAIT); in vn_close1()
700 (error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) in vn_rdwr()
1307 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_write()
1780 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_truncate()
2064 vn_start_write(struct vnode *vp, struct mount **mpp, int flags) in vn_start_write() function
2331 vn_start_write(NULL, &mp, V_WAIT); in vfs_write_suspend_umnt()
2338 vn_start_write(NULL, &mp, V_WAIT); in vfs_write_suspend_umnt()
2432 if ((error = vn_start_write(vp, &mp, V_WAIT)) != 0) in vn_extattr_set()
[all …]
H A Dvfs_extattr.c127 error = vn_start_write(nd.ni_vp, &mp_writable, V_WAIT | V_PCATCH); in sys_extattrctl()
185 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in extattr_set_vp()
542 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in extattr_delete_vp()
H A Dvfs_acl.c236 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vacl_set_acl()
300 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vacl_delete()
H A Dcoredump_vnode.c189 error = vn_start_write(ctx->vp, &mp, V_WAIT); in core_vn_extend()
H A Dkern_alq.c371 vn_start_write(vp, &mp, V_WAIT); in alq_doio()
H A Dkern_ktrace.c1430 vn_start_write(vp, &mp, V_WAIT); in ktr_writerequest()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c268 if ((error = vn_start_write(vp, &mp, V_WAIT | PCATCH)) != 0) in zfs_vop_fsync()
270 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in zfs_vop_fsync()
/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c120 vn_start_write(NULL, &mp, V_WAIT); in ufs_quotactl()
/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c111 if (vn_start_write(vp, &mp, V_NOWAIT) != 0) { in ffs_rawread_sync()
117 (void) vn_start_write(vp, &mp, V_WAIT); in ffs_rawread_sync()
H A Dffs_snapshot.c281 if (vn_start_write(NULL, &wrtmp, V_NOWAIT) != 0) { in ffs_snapshot()
284 if ((error = vn_start_write(NULL, &wrtmp, in ffs_snapshot()
438 vn_start_write(NULL, &wrtmp, V_WAIT); in ffs_snapshot()
444 vn_start_write(NULL, &wrtmp, V_WAIT); in ffs_snapshot()
H A Dffs_vfsops.c507 if ((error = vn_start_write(NULL, &mp, V_WAIT)) != 0) in ffs_mount()
635 if ((error = vn_start_write(NULL, &mp, V_WAIT)) != 0) in ffs_mount()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c969 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH))) { in unionfs_mkshadowdir()
1244 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH))) in unionfs_mkwhiteout()
1469 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH)) != 0) in unionfs_copyfile()
1656 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH)) != 0) in unionfs_copylink()
/freebsd/sys/security/mac/
H A Dmac_process.c334 (void) vn_start_write(vp, &mp, V_WAIT); in mac_proc_vm_revoke_recurse()
H A Dmac_syscalls.c692 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in sys___mac_set_fd()
807 error = vn_start_write(nd.ni_vp, &mp, V_WAIT | V_PCATCH); in kern___mac_set_path()
/freebsd/sys/security/audit/
H A Daudit_worker.c114 error = vn_start_write(vp, &mp1, 0); in audit_worker_sync_vp()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c1240 vn_start_write(vp, &temp_mp, V_WAIT); in nfsrvd_compound()
1280 vn_start_write(savevp, &temp_mp, V_WAIT); in nfsrvd_compound()
1297 vn_start_write(vp, &temp_mp, in nfsrvd_compound()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c522 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) == 0) { in fdesc_setattr()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c289 if ((error = vn_start_write(NULL, &mp, V_WAIT)) != 0) in tmpfs_rw_to_ro()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c655 vn_start_write(NULL, &mp, V_NOWAIT) == 0) { in linux_syncfs()
/freebsd/sys/vm/
H A Dvm_object.c1196 (void)vn_start_write(vp, &mp, V_WAIT); in vm_object_sync()
1230 (void)vn_start_write(vp, &mp, V_WAIT); in vm_object_sync()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c620 (void) vn_start_write(be_lun->vn, &mountpoint, V_WAIT); in ctl_be_block_flush_file()
742 (void)vn_start_write(be_lun->vn, &mountpoint, V_WAIT); in ctl_be_block_dispatch_file()
898 (void)vn_start_write(be_lun->vn, &mp, V_WAIT); in ctl_be_block_unmap_file()
/freebsd/sys/dev/md/
H A Dmd.c933 (void)vn_start_write(vp, &mp, V_WAIT); in mdstart_vnode()
1005 (void) vn_start_write(vp, &mp, V_WAIT); in mdstart_vnode()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2164 (void) vn_start_write(xbb->vn, &mountpoint, V_WAIT); in xbb_dispatch_file()
2260 (void)vn_start_write(xbb->vn, &mountpoint, V_WAIT); in xbb_dispatch_file()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c254 if ((error = vn_start_write(NULL, &mp, V_WAIT)) != 0) in msdosfs_mount()

12