Lines Matching defs:fvdat
240 struct fuse_vnode_data *fvdat = VTOFUD(vp);
248 LIST_FOREACH(fufh, &fvdat->handles, next) {
260 LIST_FOREACH(fufh, &fvdat->handles, next) {
275 struct fuse_vnode_data *fvdat = VTOFUD(vp);
284 LIST_FOREACH(fufh, &fvdat->handles, next) {
294 LIST_FOREACH(fufh, &fvdat->handles, next) {
313 struct fuse_vnode_data *fvdat = VTOFUD(vp);
319 LIST_FOREACH(fufh, &fvdat->handles, next) {
328 fufh = LIST_FIRST(&fvdat->handles);
356 struct fuse_vnode_data *fvdat = VTOFUD(vp);
371 LIST_INSERT_HEAD(&fvdat->handles, fufh, next);