Searched refs:V_PCATCH (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_extattr.c | 127 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 D | vfs_acl.c | 236 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 D | vfs_syscalls.c | 1462 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mknodat() 1549 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkfifoat() 1733 V_XSLEEP | V_PCATCH); in kern_linkat_vp() 1828 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_symlinkat() 1893 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in sys_undelete() 2026 V_XSLEEP | V_PCATCH)) != 0) { in kern_funlinkat() 2793 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfflags() 2924 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfmode() 3049 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setfown() 3263 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in setutimes() [all …]
|
H A D | vfs_vnops.c | 273 V_XSLEEP | V_PCATCH)) != 0) in vn_open_cred() 653 (error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) in vn_rdwr() 1168 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_write() 1641 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_truncate() 1897 if (flags & V_PCATCH) in vn_start_write_refed() 2022 if ((flags & V_PCATCH) != 0) in vn_start_secondary_write() 3681 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in vn_fallocate() 3749 V_WAIT | V_PCATCH)) != 0) in vn_deallocate_impl()
|
H A D | vfs_aio.c | 719 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in aio_fsync_vnode()
|
H A D | uipc_usrreq.c | 587 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
|
/freebsd/sys/security/mac/ |
H A D | mac_syscalls.c | 522 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 D | zfs_file_os.c | 268 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in zfs_vop_fsync()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_subr.c | 967 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/sys/ |
H A D | vnode.h | 429 #define V_PCATCH 0x0008 /* vn_start_write: make the sleep interruptible */ macro 430 #define V_VALID_FLAGS (V_WAIT | V_NOWAIT | V_XSLEEP | V_PCATCH)
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vnops.c | 522 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) == 0) { in fdesc_setattr()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 8473 ret = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in nfsrv_copymr() 8476 ret = vn_start_write(NULL, &tvmp, V_WAIT | V_PCATCH); in nfsrv_copymr()
|