Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDvfs_syscalls.c1169 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in kern_mknodat()
1256 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in kern_mkfifoat()
1424 V_XSLEEP | PCATCH); in kern_linkat()
1516 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in kern_symlinkat()
1580 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in sys_undelete()
1671 V_XSLEEP | PCATCH)) != 0) in kern_unlinkat()
3260 error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH); in kern_renameat()
3398 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in kern_mkdirat()
3485 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in kern_rmdirat()
HDvfs_vnops.c234 V_XSLEEP | PCATCH)) != 0) in vn_open_cred()
1637 if (flags & V_XSLEEP) in vn_start_write_locked()
1641 if (error != 0 || (flags & V_XSLEEP) != 0) in vn_start_write_locked()
HDuipc_usrreq.c529 error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH); in uipc_bindat()
/freebsd-11-stable/sys/sys/
HDvnode.h406 #define V_XSLEEP 0x0004 /* vn_start_write: just return after sleep */ macro
/freebsd-11-stable/sys/ufs/ffs/
HDffs_snapshot.c290 V_XSLEEP | PCATCH)) != 0)