Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_extattr.c128 error = vn_start_write(nd.ni_vp, &mp_writable, V_WAIT | V_PCATCH); in sys_extattrctl()
186 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in extattr_set_vp()
543 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in extattr_delete_vp()
HDvfs_acl.c237 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vacl_set_acl()
301 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vacl_delete()
HDvfs_syscalls.c1424 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mknodat()
1511 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkfifoat()
1695 V_XSLEEP | V_PCATCH); in kern_linkat_vp()
1790 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_symlinkat()
1855 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in sys_undelete()
1988 V_XSLEEP | V_PCATCH)) != 0) { in kern_funlinkat()
2755 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfflags()
2886 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfmode()
3011 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfown()
3225 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setutimes()
[all …]
HDvfs_vnops.c275 V_XSLEEP | V_PCATCH)) != 0) in vn_open_cred()
655 (error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) in vn_rdwr()
1190 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_write()
1663 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_truncate()
1919 if (flags & V_PCATCH) in vn_start_write_refed()
2044 if ((flags & V_PCATCH) != 0) in vn_start_secondary_write()
3703 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_fallocate()
3771 V_WAIT | V_PCATCH)) != 0) in vn_deallocate_impl()
HDvfs_aio.c728 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in aio_fsync_vnode()
HDuipc_usrreq.c616 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
/freebsd-14-stable/sys/security/mac/
HDmac_syscalls.c522 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in sys___mac_set_fd()
616 error = vn_start_write(nd.ni_vp, &mp, V_WAIT | V_PCATCH); in kern___mac_set_path()
/freebsd-14-stable/sys/fs/unionfs/
HDunion_subr.c912 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH))) in unionfs_mkshadowdir()
1142 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH))) in unionfs_mkwhiteout()
1342 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH)) != 0) in unionfs_copyfile()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_file_os.c268 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in zfs_vop_fsync()
/freebsd-14-stable/sys/sys/
HDvnode.h431 #define V_PCATCH 0x0008 /* vn_start_write: make the sleep interruptible */ macro
432 #define V_VALID_FLAGS (V_WAIT | V_NOWAIT | V_XSLEEP | V_PCATCH)
/freebsd-14-stable/sys/fs/fdescfs/
HDfdesc_vnops.c524 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) == 0) { in fdesc_setattr()
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdstate.c8466 ret = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in nfsrv_copymr()
8469 ret = vn_start_write(NULL, &tvmp, V_WAIT | V_PCATCH); in nfsrv_copymr()