Home
last modified time | relevance | path

Searched refs:V_XSLEEP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
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()
3858 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in kern_renameat()
3997 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkdirat()
4108 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_frmdirat()
H A Dvfs_vnops.c307 V_XSLEEP | V_PCATCH)) != 0) in vn_open_cred()
2086 if ((flags & V_XSLEEP) == 0 && vfs_op_thread_enter(mp, &mpcpu)) { in vn_start_write_refed()
2119 if ((flags & V_XSLEEP) != 0) in vn_start_write_refed()
2123 if (error != 0 || (flags & V_XSLEEP) != 0) in vn_start_write_refed()
2183 KASSERT((flags & (~V_VALID_FLAGS | V_XSLEEP)) == 0, in vn_start_secondary_write()
H A Duipc_usrreq.c633 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
/freebsd/sys/sys/
H A Dvnode.h441 #define V_XSLEEP 0x0004 /* vn_start_write: just return after sleep */ macro
443 #define V_VALID_FLAGS (V_WAIT | V_NOWAIT | V_XSLEEP | V_PCATCH)
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c285 V_XSLEEP | V_PCATCH)) != 0) in ffs_snapshot()