HomeSort by: relevance | last modified time | path
    Searched refs:VPISEMPTY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_inode.h 172 #define VPISEMPTY(vp) (LIST_EMPTY(&(vp)->v_dirtyblkhd) && \
lfs_segment.c 370 if (VPISEMPTY(vp)) {
379 if (!VPISEMPTY(vp) || (VTOI(vp)->i_state & IN_ALLMOD))
503 if (op == VN_EMPTY && !VPISEMPTY(vp)) {
549 if (((ip->i_state & IN_ALLMOD) || !VPISEMPTY(vp)) &&
564 if (!VPISEMPTY(vp) &&
577 if (!VPISEMPTY(vp)) {
lfs_vnops.c 459 if (wait && !VPISEMPTY(vp))
1655 ((ip->i_state & IN_ALLMOD) || !VPISEMPTY(vp))) {
1657 if (!VPISEMPTY(vp) && !WRITEINPROG(vp) &&
1792 if (!VPISEMPTY(vp) && !WRITEINPROG(vp) &&

Completed in 15 milliseconds