Searched refs:V_XSLEEP (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dvfs_vnops.c165 V_XSLEEP | PCATCH)) != 0)
1480 if (flags & V_XSLEEP)
1484 if (error != 0 || (flags & V_XSLEEP) != 0)
H A Dvfs_syscalls.c1402 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
1503 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
1765 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
1833 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
1938 V_XSLEEP | PCATCH)) != 0)
3843 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
3944 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
H A Duipc_usrreq.c520 error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH);
H A Dkern_sig.c3307 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
/freebsd-9.3-release/sys/sys/
H A Dvnode.h394 #define V_XSLEEP 0x0004 /* vn_start_write: just return after sleep */ macro
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_snapshot.c288 V_XSLEEP | PCATCH)) != 0)

Completed in 100 milliseconds