Searched refs:VI_DOOMED (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_inode.c104 if ((vp->v_iflag & VI_DOOMED) != 0) {
H A Dufs_lookup.c98 if (vp->v_iflag & VI_DOOMED)
742 if (vdp->v_iflag & VI_DOOMED) {
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_lookup.c386 if (pdp->v_iflag & VI_DOOMED) {
398 if (pdp->v_iflag & VI_DOOMED) {
H A Dcd9660_vnops.c260 if (vp->v_iflag & VI_DOOMED) {
/freebsd-9.3-release/sys/fs/nullfs/
H A Dnull_vfsops.c419 KASSERT((vp->v_iflag & VI_DOOMED) != 0,
430 KASSERT((vp->v_iflag & VI_DOOMED) == 0,
H A Dnull_subr.c227 if ((lowervp->v_iflag & VI_DOOMED) != 0) {
/freebsd-9.3-release/sys/kern/
H A Dvfs_cache.c653 if ((*vpp)->v_iflag & VI_DOOMED) {
677 if (dvp->v_iflag & VI_DOOMED) {
723 VNASSERT(vp == NULL || (vp->v_iflag & VI_DOOMED) == 0, vp,
725 VNASSERT(dvp == NULL || (dvp->v_iflag & VI_DOOMED) == 0, dvp,
1266 if (dvp->v_iflag & VI_DOOMED) {
1322 if (vp->v_iflag & VI_DOOMED) { /* forced unmount */
H A Dvfs_lookup.c668 if (dp->v_iflag & VI_DOOMED) { /* forced unmount */
709 if ((dp->v_iflag & VI_DOOMED) != 0) {
834 if (dp->v_iflag & VI_DOOMED) {
926 if (dp->v_iflag & VI_DOOMED) {
H A Dvfs_subr.c119 * allocates a new vnode, decreased in vdropl() for VI_DOOMED vnode.
708 (vp->v_iflag & VI_DOOMED) != 0 || (vp->v_object != NULL &&
724 * It is not necessary to recheck VI_DOOMED because it can
740 KASSERT((vp->v_iflag & VI_DOOMED) == 0,
741 ("VI_DOOMED unexpectedly detected in vlrureclaim()"));
937 if ((vp->v_iflag & VI_DOOMED) == 0)
2206 * reference count and lock it. VI_DOOMED is set if the vnode
2231 if (vp->v_iflag & VI_DOOMED && (flags & LK_RETRY) == 0)
2457 * (marked VI_DOOMED) in which case we will free it.
2475 if ((vp->v_iflag & VI_DOOMED)
[all...]
H A Dkern_lockf.c582 if (vp->v_iflag & VI_DOOMED) {
612 if (vp->v_iflag & VI_DOOMED) {
645 * pending locks when vnode is marked by VI_DOOMED flag.
648 if (vp->v_iflag & VI_DOOMED) {
775 * e.g. by checking VI_DOOMED. We wake up any threads that are
780 KASSERT(vp->v_iflag & VI_DOOMED,
H A Dvfs_vnops.c1409 if (error == 0 && vp->v_iflag & VI_DOOMED &&
1855 if (vp->v_iflag & VI_DOOMED) {
1864 if (vp->v_iflag & VI_DOOMED) {
H A Dvfs_default.c1043 if (vp->v_iflag & VI_DOOMED) {
/freebsd-9.3-release/sys/fs/pseudofs/
H A Dpseudofs_vnops.c271 if (vn->v_iflag & VI_DOOMED) {
493 if (vn->v_iflag & VI_DOOMED) {
562 if (vn->v_iflag & VI_DOOMED) {
568 if (cnp->cn_flags & MAKEENTRY && !(vn->v_iflag & VI_DOOMED))
/freebsd-9.3-release/sys/vm/
H A Dvnode_pager.c305 if (vp == NULL || vp->v_iflag & VI_DOOMED)
473 if (vp->v_iflag & VI_DOOMED)
513 if (vp->v_iflag & VI_DOOMED)
718 if (vp->v_iflag & VI_DOOMED)
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vnops.c218 if ((vp->v_iflag & VI_DOOMED) != 0) {
418 else if ((vp->v_iflag & VI_DOOMED) != 0) {
554 if (count_dev(dev) == 2 && (vp->v_iflag & VI_DOOMED) == 0) {
578 if (vp->v_iflag & VI_DOOMED) {
1447 if (vp->v_iflag & VI_DOOMED) {
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_rawread.c135 if ((vp->v_iflag & VI_DOOMED) != 0) {
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c587 if (vp->v_iflag & VI_DOOMED) {
599 if (vp->v_iflag & VI_DOOMED) {
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c394 ((vp->v_iflag & VI_DOOMED) != 0 &&
402 if ((vp->v_iflag & VI_DOOMED) != 0) {
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_io.c563 if (vp->v_iflag & VI_DOOMED)
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_io.c631 if (vp->v_iflag & VI_DOOMED)
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_subr.c127 if ((vp->v_iflag & (VI_DOOMED | VI_DOINGINACT)) != 0) {
163 if ((vp->v_iflag & (VI_DOOMED | VI_DOINGINACT)) != 0) {
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c1127 if (dvp->v_iflag & VI_DOOMED)
1234 if (error == 0 && (dvp->v_iflag & VI_DOOMED)) {
1249 if (dvp->v_iflag & VI_DOOMED) {
2989 if (vp->v_iflag & VI_DOOMED) {
3019 if (vp->v_iflag & VI_DOOMED) {
3354 if ((vp->v_iflag & VI_DOOMED))
H A Dnfs_clbio.c373 if (vp->v_iflag & VI_DOOMED) {
1357 if (vp->v_iflag & VI_DOOMED) {
1361 * is safe to just return OK when VI_DOOMED is set.
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_bio.c369 if (vp->v_iflag & VI_DOOMED) {
1285 if (vp->v_iflag & VI_DOOMED) {
1289 * is safe to just return OK when VI_DOOMED is set.
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_lookup.c650 if (pdp->v_iflag & VI_DOOMED) {

Completed in 239 milliseconds

12