Home
last modified time | relevance | path

Searched refs:v_iflag (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-10-stable/sys/kern/
Dvfs_subr.c846 (vp->v_iflag & VI_DOOMED) != 0 || (vp->v_object != NULL && in vlrureclaim()
879 KASSERT((vp->v_iflag & VI_DOOMED) == 0, in vlrureclaim()
923 KASSERT((vp->v_iflag & VI_FREE) != 0, in vnlru_free()
925 KASSERT((vp->v_iflag & VI_ACTIVE) == 0, in vnlru_free()
935 VNASSERT((vp->v_iflag & VI_FREE) != 0 && vp->v_holdcnt == 0, in vnlru_free()
947 vp->v_iflag &= ~VI_FREE; in vnlru_free()
1082 if ((vp->v_iflag & VI_DOOMED) == 0) { in vtryrecycle()
1268 active = vp->v_iflag & VI_ACTIVE; in delmntque()
1269 vp->v_iflag &= ~VI_ACTIVE; in delmntque()
1336 KASSERT((vp->v_iflag & VI_ACTIVE) == 0, in insmntque1()
[all …]
Dvfs_cache.c645 if ((*vpp)->v_iflag & VI_DOOMED) { in cache_lookup()
669 if (dvp->v_iflag & VI_DOOMED) { in cache_lookup()
711 VNASSERT(vp == NULL || (vp->v_iflag & VI_DOOMED) == 0, vp, in cache_enter_time()
713 VNASSERT(dvp == NULL || (dvp->v_iflag & VI_DOOMED) == 0, dvp, in cache_enter_time()
1266 if (dvp->v_iflag & VI_DOOMED) { in vn_vptocnp_locked()
1317 if (vp->v_iflag & VI_DOOMED) { /* forced unmount */ in vn_fullpath1()
Dvfs_mount.c851 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL) in vfs_domount_first()
852 vp->v_iflag |= VI_MOUNT; in vfs_domount_first()
881 vp->v_iflag &= ~VI_MOUNT; in vfs_domount_first()
909 vp->v_iflag &= ~VI_MOUNT; in vfs_domount_first()
984 if ((vp->v_iflag & VI_MOUNT) != 0 || vp->v_mountedhere != NULL) { in vfs_domount_update()
990 vp->v_iflag |= VI_MOUNT; in vfs_domount_update()
1079 vp->v_iflag &= ~VI_MOUNT; in vfs_domount_update()
Dvfs_lookup.c656 if (dp->v_iflag & VI_DOOMED) { /* forced unmount */ in lookup()
693 if ((dp->v_iflag & VI_DOOMED) != 0) { in lookup()
810 if (dp->v_iflag & VI_DOOMED) { in lookup()
897 if (dp->v_iflag & VI_DOOMED) { in lookup()
Dkern_lockf.c585 if (vp->v_iflag & VI_DOOMED) { in lf_advlockasync()
615 if (vp->v_iflag & VI_DOOMED) { in lf_advlockasync()
651 if (vp->v_iflag & VI_DOOMED) { in lf_advlockasync()
789 KASSERT(vp->v_iflag & VI_DOOMED, in lf_purgelocks()
Dvfs_vnops.c351 if (error == 0 && vp->v_iflag & VI_DOOMED) in vn_open_vnode()
1616 if (error == 0 && vp->v_iflag & VI_DOOMED && in _vn_lock()
2116 if (vp->v_iflag & VI_DOOMED) { in vn_vget_ino_gen()
2126 if (vp->v_iflag & VI_DOOMED) { in vn_vget_ino_gen()
Dkern_shutdown.c528 if (vp->v_iflag & VI_DOOMED) { in kern_reroot()
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_vfs.c147 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL) in mount_snapshot()
148 vp->v_iflag |= VI_MOUNT; in mount_snapshot()
207 vp->v_iflag &= ~VI_MOUNT; in mount_snapshot()
233 vp->v_iflag &= ~VI_MOUNT; in mount_snapshot()
/freebsd-10-stable/sys/ufs/ufs/
Dufs_inode.c103 if ((vp->v_iflag & VI_DOOMED) != 0) {
120 vp->v_iflag |= VI_OWEINACT;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/
Dvnode.c96 if (vp->v_count == 1 && !(vp->v_iflag & VI_DOINGINACT)) { in vn_rele_async()
/freebsd-10-stable/sys/fs/nullfs/
Dnull_vfsops.c423 KASSERT((vp->v_iflag & VI_DOOMED) != 0, in nullfs_unlink_lowervp()
434 KASSERT((vp->v_iflag & VI_DOOMED) == 0, in nullfs_unlink_lowervp()
Dnull_subr.c227 if ((lowervp->v_iflag & VI_DOOMED) != 0) {
Dnull_vnops.c397 (dvp->v_iflag & VI_DOOMED) != 0) { in null_lookup()
/freebsd-10-stable/sys/fs/pseudofs/
Dpseudofs_vnops.c273 if (vn->v_iflag & VI_DOOMED) { in pfs_ioctl()
495 if (vn->v_iflag & VI_DOOMED) { in pfs_lookup()
564 if (vn->v_iflag & VI_DOOMED) { in pfs_lookup()
570 if (cnp->cn_flags & MAKEENTRY && !(vn->v_iflag & VI_DOOMED)) in pfs_lookup()
/freebsd-10-stable/sys/vm/
Dvnode_pager.c308 if (vp == NULL || vp->v_iflag & VI_DOOMED)
474 if (vp->v_iflag & VI_DOOMED) in vnode_pager_addr()
514 if (vp->v_iflag & VI_DOOMED)
710 if (vp->v_iflag & VI_DOOMED)
/freebsd-10-stable/sys/fs/unionfs/
Dunion_subr.c126 vp->v_iflag &= ~VI_OWEINACT; in unionfs_get_cached_vnode()
127 if ((vp->v_iflag & (VI_DOOMED | VI_DOINGINACT)) != 0) { in unionfs_get_cached_vnode()
162 vp->v_iflag &= ~VI_OWEINACT; in unionfs_ins_cached_vnode()
163 if ((vp->v_iflag & (VI_DOOMED | VI_DOINGINACT)) != 0) { in unionfs_ins_cached_vnode()
/freebsd-10-stable/sys/fs/autofs/
Dautofs_vnops.c170 if ((vp->v_iflag & VI_DOOMED) != 0) { in autofs_trigger_vn()
606 if (vp->v_iflag & VI_DOOMED) { in autofs_node_vn()
/freebsd-10-stable/sys/fs/devfs/
Ddevfs_vnops.c244 if ((vp->v_iflag & VI_DOOMED) != 0) { in devfs_populate_vp()
444 else if ((vp->v_iflag & VI_DOOMED) != 0) { in devfs_allocv()
580 if (count_dev(dev) == 2 && (vp->v_iflag & VI_DOOMED) == 0) { in devfs_close()
604 if (vp->v_iflag & VI_DOOMED) { in devfs_close()
1490 if (vp->v_iflag & VI_DOOMED) { in devfs_rioctl()
/freebsd-10-stable/sys/ufs/ffs/
Dffs_rawread.c134 if ((vp->v_iflag & VI_DOOMED) != 0) { in ffs_rawread_sync()
Dffs_snapshot.c531 (xvp->v_iflag & (VI_OWEINACT | VI_DOINGINACT)) == 0) ||
553 (xvp->v_iflag & (VI_OWEINACT | VI_DOINGINACT)) == 0) {
2540 ((vp->v_iflag & VI_OWEINACT) == 0 || vp->v_usecount > 0))) { in process_deferred_inactive()
2559 if ((vp->v_iflag & VI_OWEINACT) == 0 || vp->v_usecount > 0) { in process_deferred_inactive()
2566 VNASSERT((vp->v_iflag & VI_OWEINACT) == 0, vp, in process_deferred_inactive()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_ctldir.c608 if ((dvp->v_iflag & VI_DOOMED) != 0) { in zfsctl_relock_dot()
992 if (((*vpp)->v_iflag & VI_MOUNT) == 0) {
/freebsd-10-stable/sys/fs/fdescfs/
Dfdesc_vnops.c352 if ((dvp->v_iflag & VI_DOOMED) != 0)
/freebsd-10-stable/sys/fs/smbfs/
Dsmbfs_vnops.c1339 if ((dvp->v_iflag & VI_DOOMED) != 0) {
1349 if ((dvp->v_iflag & VI_DOOMED) != 0) {
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clvnops.c1133 if (dvp->v_iflag & VI_DOOMED) in nfs_lookup()
1239 if (error == 0 && (dvp->v_iflag & VI_DOOMED)) { in nfs_lookup()
1254 if (dvp->v_iflag & VI_DOOMED) { in nfs_lookup()
3035 if (vp->v_iflag & VI_DOOMED) { in nfs_advlock()
3065 if (vp->v_iflag & VI_DOOMED) { in nfs_advlock()
Dnfs_clport.c141 if ((nvp->v_iflag & VI_DOOMED)) { in nfscl_nget()
331 } else if ((nvp->v_iflag & VI_DOOMED) != 0) { in nfscl_ngetreopen()

123