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 306 if (VPISEMPTY(vp)) {
310 if (!VPISEMPTY(vp) || (VTOI(vp)->i_state & IN_ALLMOD))
447 if (op == VN_EMPTY && !VPISEMPTY(vp)) {
493 if (((ip->i_state & IN_ALLMOD) || !VPISEMPTY(vp)) &&
508 if (!VPISEMPTY(vp) &&
521 if (!VPISEMPTY(vp)) {
lfs_vnops.c 453 if (wait && !VPISEMPTY(vp))
1657 ((ip->i_state & IN_ALLMOD) || !VPISEMPTY(vp))) {
1659 if (!VPISEMPTY(vp) && !WRITEINPROG(vp) &&
1794 if (!VPISEMPTY(vp) && !WRITEINPROG(vp) &&

Completed in 23 milliseconds