Lines Matching refs:fh
79 res = fstat(fi->fh, stbuf);
133 fi->fh = (unsigned long) d;
139 return (struct xmp_dirp *) (uintptr_t) fi->fh;
302 res = fchmod(fi->fh, mode);
317 res = fchown(fi->fh, uid, gid);
332 res = ftruncate(fi->fh, size);
350 res = futimens(fi->fh, ts);
368 fi->fh = fd;
380 fi->fh = fd;
390 res = pread(fi->fh, buf, size, offset);
411 src->buf[0].fd = fi->fh;
425 res = pwrite(fi->fh, buf, size, offset);
440 dst.buf[0].fd = fi->fh;
467 res = close(dup(fi->fh));
477 close(fi->fh);
492 res = fdatasync(fi->fh);
495 res = fsync(fi->fh);
511 return -posix_fallocate(fi->fh, offset, length);
558 return ulockmgr_op(fi->fh, cmd, lock, &fi->lock_owner,
568 res = flock(fi->fh, op);
586 res = copy_file_range(fi_in->fh, &off_in, fi_out->fh, &off_out, len,
600 res = lseek(fi->fh, off, whence);