Home
last modified time | relevance | path

Searched refs:seqc_in_modify (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dseqc.h51 #define seqc_in_modify(seqc) ({ \ macro
62 MPASS(!seqc_in_modify(*seqcp)); in seqc_write_begin()
73 MPASS(!seqc_in_modify(*seqcp)); in seqc_write_end()
98 if (seqc_in_modify(ret)) { in seqc_read()
112 MPASS(!(seqc_in_modify(__oldseqc))); \
128 MPASS(!seqc_in_modify(*seqcp)); in seqc_sleepable_write_begin()
139 MPASS(!seqc_in_modify(*seqcp)); in seqc_sleepable_write_end()
H A Dvnode.h558 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \
564 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
/freebsd/sys/kern/
H A Dvfs_cache.c3603 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3620 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3653 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
5219 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
5273 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5307 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_dotdot()
5474 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5544 if (seqc_in_modify(fpl->tvp_seqc)) { in cache_fplookup_next()
5626 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5678 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
[all …]
H A Dvfs_subr.c7175 VNPASS(seqc_in_modify(vp->v_seqc), vp); in vn_seqc_write_end_free()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c1388 (seqc_in_modify(fdvp_s) || !vn_seqc_consistent(fdvp, fdvp_s) || in ufs_rename()
1389 seqc_in_modify(fvp_s) || !vn_seqc_consistent(fvp, fvp_s) || in ufs_rename()
1390 seqc_in_modify(tdvp_s) || !vn_seqc_consistent(tdvp, tdvp_s) || in ufs_rename()
1391 (tvp != NULL && (seqc_in_modify(tvp_s) || in ufs_rename()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c3314 if (!seqc_in_modify(ndp->ni_dvp_seqc) && in softdep_prelink()
3316 (vp == NULL || (!seqc_in_modify(ndp->ni_vp_seqc) && in softdep_prelink()