Lines Matching defs:fufh

279 	struct fuse_filehandle *fufh;
288 err = fuse_filehandle_getrw(vp, fflag, &fufh, cred, pid);
295 ffi->fh = fufh->fh_id;
378 struct fuse_filehandle *fufh;
386 err = fuse_filehandle_getrw(vp, FREAD, &fufh, cred, pid);
392 flsi->fh = fufh->fh_id;
475 struct fuse_filehandle *fufh;
543 err = fuse_filehandle_get_anyflags(vp, &fufh, cred, pid);
551 fli->fh = fufh->fh_id;
591 struct fuse_filehandle *fufh;
628 err = fuse_filehandle_getrw(vp, FWRITE, &fufh, cred, pid);
642 ffi->fh = fufh->fh_id;
1250 struct fuse_filehandle *fufh, *fufh_tmp;
1254 LIST_FOREACH_SAFE(fufh, &fvdat->handles, next, fufh_tmp) {
1265 fuse_filehandle_close(vp, fufh, td, NULL);
1760 struct fuse_filehandle *fufh;
1806 err = fuse_filehandle_open(vp, FREAD, &fufh,
1816 fuse_filehandle_close(vp, fufh,
1854 struct fuse_filehandle *fufh;
1868 err = fuse_filehandle_getrw(vp, FREAD, &fufh, cred, pid);
1874 err = fuse_filehandle_open(vp, FREAD, &fufh, curthread, cred);
1897 err = fuse_read_directbackend(vp, uio, cred, fufh);
1900 err = fuse_read_biobackend(vp, uio, ioflag, cred, fufh, pid);
1904 fuse_filehandle_close(vp, fufh, curthread, cred);
1925 struct fuse_filehandle *fufh = NULL;
1946 err = fuse_filehandle_get_dir(vp, &fufh, cred, pid);
1955 err = fuse_filehandle_open(vp, FREAD, &fufh, curthread, cred);
1973 err = fuse_internal_readdir(vp, uio, fufh, &cookediov,
1978 fuse_filehandle_close(vp, fufh, curthread, cred);
2055 struct fuse_filehandle *fufh, *fufh_tmp;
2060 LIST_FOREACH_SAFE(fufh, &fvdat->handles, next, fufh_tmp) {
2061 printf("FUSE: vnode being reclaimed with open fufh "
2062 "(type=%#x)", fufh->fufh_type);
2063 fuse_filehandle_close(vp, fufh, td, NULL);
2467 struct fuse_filehandle *fufh;
2481 err = fuse_filehandle_getrw(vp, FWRITE, &fufh, cred, pid);
2487 err = fuse_filehandle_open(vp, FWRITE, &fufh, curthread, cred);
2526 err = fuse_write_directbackend(vp, uio, cred, fufh,
2533 err = fuse_write_biobackend(vp, uio, cred, fufh, ioflag, pid);
2539 fuse_filehandle_close(vp, fufh, curthread, cred);
2996 struct fuse_filehandle *fufh;
3017 err = fuse_filehandle_getrw(vp, FWRITE, &fufh, cred, pid);
3023 err = fuse_filehandle_open(vp, FWRITE, &fufh, curthread, cred);
3039 ffi->fh = fufh->fh_id;
3080 fuse_filehandle_close(vp, fufh, curthread, cred);
3086 fuse_filehandle_close(vp, fufh, curthread, cred);