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 | 1504 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 D | vfs_vnops.c | 307 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 D | vfs_aio.c | 739 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in aio_fsync_vnode()
|
H A D | uipc_usrreq.c | 636 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 | 269 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/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/sys/ |
H A D | vnode.h | 445 #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 D | nfs_nfsdstate.c | 8476 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()
|