Home
last modified time | relevance | path

Searched refs:V_PCATCH (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/kern/
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 Dvfs_syscalls.c1501 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mknodat()
1593 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkfifoat()
1781 V_XSLEEP | V_PCATCH); in kern_linkat_vp()
1876 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_symlinkat()
1945 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in sys_undelete()
2078 V_XSLEEP | V_PCATCH)) != 0) { in kern_funlinkat()
2845 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfflags()
2976 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfmode()
3101 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfown()
3315 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setutimes()
[all …]
H A Dvfs_vnops.c307 V_XSLEEP | V_PCATCH)) != 0) in vn_open_cred()
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()
2038 if (flags & V_PCATCH) in vn_start_write_refed()
2163 if ((flags & V_PCATCH) != 0) in vn_start_secondary_write()
3845 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_fallocate()
3913 V_WAIT | V_PCATCH)) != 0) in vn_deallocate_impl()
H A Dvfs_aio.c741 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in aio_fsync_vnode()
H A Duipc_usrreq.c632 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
/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_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/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c270 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in zfs_vop_fsync()
/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/sys/
H A Dvnode.h445 #define V_PCATCH 0x0008 /* vn_start_write: make the sleep interruptible */ macro
446 #define V_VALID_FLAGS (V_WAIT | V_NOWAIT | V_XSLEEP | V_PCATCH)
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c8490 ret = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in nfsrv_copymr()
8493 ret = vn_start_write(NULL, &tvmp, V_WAIT | V_PCATCH); in nfsrv_copymr()