Lines Matching refs:VTOFUD
105 mtx_lock(&VTOFUD(vp)->cached_attr_mtx); \
112 mtx_unlock(&VTOFUD(vp)->cached_attr_mtx); \
187 #define VTOFUD(vp) \ macro
189 #define VTOI(vp) (VTOFUD(vp)->nid)
195 mtx_owned(&VTOFUD(vp)->cached_attr_mtx), vp, \
202 struct fuse_vnode_data *fvdat = VTOFUD(vp); in fuse_vnode_attr_cache_valid()
217 return &(VTOFUD(vp)->cached_attrs); in VTOVA()
227 bintime_clear(&VTOFUD(vp)->attr_cache_timeout); in fuse_vnode_clear_attr_cache()
236 #define VTOILLU(vp) ((uint64_t)(VTOFUD(vp) ? VTOI(vp) : 0))
252 VTOFUD(vp)->parent_nid = VTOI(dvp); in fuse_vnode_setparent()
253 VTOFUD(vp)->flag |= FN_PARENT_NID; in fuse_vnode_setparent()
257 VTOFUD(vp)->flag &= ~FN_PARENT_NID; in fuse_vnode_setparent()