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.c1422 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mknodat()
1509 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkfifoat()
1693 V_XSLEEP | V_PCATCH); in kern_linkat_vp()
1788 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_symlinkat()
1853 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in sys_undelete()
1986 V_XSLEEP | V_PCATCH)) != 0) { in kern_funlinkat()
3731 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in kern_renameat()
3851 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_mkdirat()
3960 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH)) != 0) in kern_frmdirat()
H A Dvfs_vnops.c273 V_XSLEEP | V_PCATCH)) != 0) in vn_open_cred()
1872 if (__predict_true(!mplocked) && (flags & V_XSLEEP) == 0 && in vn_start_write_refed()
1909 if ((flags & V_XSLEEP) != 0) in vn_start_write_refed()
1913 if (error != 0 || (flags & V_XSLEEP) != 0) in vn_start_write_refed()
1973 KASSERT((flags & (~V_VALID_FLAGS | V_XSLEEP)) == 0, in vn_start_secondary_write()
H A Duipc_usrreq.c585 error = vn_start_write(NULL, &mp, V_XSLEEP | V_PCATCH); in uipc_bindat()
/freebsd/sys/sys/
H A Dvnode.h427 #define V_XSLEEP 0x0004 /* vn_start_write: just return after sleep */ macro
429 #define V_VALID_FLAGS (V_WAIT | V_NOWAIT | V_XSLEEP | V_PCATCH)
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c276 V_XSLEEP | PCATCH)) != 0) in ffs_snapshot()