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 | 1501 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 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() 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 D | vfs_aio.c | 741 error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH); in aio_fsync_vnode()
|
| H A D | uipc_usrreq.c | 632 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_subr.c | 969 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 D | mac_syscalls.c | 692 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 D | zfs_file_os.c | 270 if ((error = vn_start_write(vp, &mp, V_WAIT | V_PCATCH)) != 0) in zfs_vop_fsync()
|
| /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 | 8490 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()
|