Lines Matching defs:fufh
276 if (ip->fufh[fufh_type].fh_type != FUFH_INVALID)
329 if (ip->fufh[fufh_type].fh_type == FUFH_INVALID)
333 fbuf->fb_io_fd = ip->fufh[fufh_type].fh_id;
775 if (ip->fufh[FUFH_RDONLY].fh_type == FUFH_INVALID) {
786 fbuf->fb_io_fd = ip->fufh[FUFH_RDONLY].fh_id;
864 struct fusefs_filehandle *fufh = NULL;
872 fufh = &(ip->fufh[type]);
873 if (fufh->fh_type != FUFH_INVALID) {
891 fusefs_file_close(fmp, ip, fufh->fh_type, flags,
950 struct fusefs_filehandle *fufh = NULL;
959 fufh = &(ip->fufh[type]);
960 if (fufh->fh_type != FUFH_INVALID) {
962 fusefs_file_close(fmp, ip, fufh->fh_type, type,
1602 struct fusefs_filehandle *fufh;
1625 fufh = &(ip->fufh[type]);
1626 if (fufh->fh_type == FUFH_WRONLY ||
1627 fufh->fh_type == FUFH_RDWR) {
1630 fbuf->fb_io_fd = fufh->fh_id;