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.c1504 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mknodat()
1596 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkfifoat()
1784 V_XSLEEP | V_PCATCH); in kern_linkat_vp()
1879 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_symlinkat()
1948 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in sys_undelete()
2081 V_XSLEEP | V_PCATCH)) != 0) { in kern_funlinkat()
2848 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfflags()
2979 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfmode()
3104 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfown()
3318 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()
1235 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_write()
1708 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_truncate()
1966 if (flags & V_PCATCH) in vn_start_write_refed()
2091 if ((flags & V_PCATCH) != 0) in vn_start_secondary_write()
3773 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_fallocate()
3841 V_WAIT | V_PCATCH)) != 0) in vn_deallocate_impl()
H A Dvfs_aio.c739 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in aio_fsync_vnode()
H A Duipc_usrreq.c636 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
/freebsd/sys/security/mac/
H A Dmac_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/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c269 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in zfs_vop_fsync()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c967 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH))) { in unionfs_mkshadowdir()
1242 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH))) in unionfs_mkwhiteout()
1468 if ((error = vn_start_write(udvp, &mp, V_WAIT | V_PCATCH)) != 0) in unionfs_copyfile()
/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.c8476 ret = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in nfsrv_copymr()
8479 ret = vn_start_write(NULL, &tvmp, V_WAIT | V_PCATCH); in nfsrv_copymr()