Home
last modified time | relevance | path

Searched refs:fh_id (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/miscfs/fuse/
H A Dfuse_file.c48 ip->fufh[fufh_type].fh_id = fbuf->fb_io_fd; in fusefs_file_open()
65 fbuf->fb_io_fd = ip->fufh[fufh_type].fh_id; in fusefs_file_close()
75 ip->fufh[fufh_type].fh_id = (uint64_t)-1; in fusefs_file_close()
87 return (ip->fufh[type].fh_id); in fusefs_fd_get()
H A Dfusefs_node.h32 uint64_t fh_id; member
H A Dfuse_vnops.c333 fbuf->fb_io_fd = ip->fufh[fufh_type].fh_id; in fusefs_close()
786 fbuf->fb_io_fd = ip->fufh[FUFH_RDONLY].fh_id; in fusefs_readdir()
1630 fbuf->fb_io_fd = fufh->fh_id; in fusefs_fsync()
/openbsd/usr.sbin/amd/amd/
H A Dnfs_ops.c84 int fh_id; /* Unique id */ member
100 static int fh_id = 0; variable
101 #define FHID_ALLOC() (++fh_id)
117 if (fp->fh_id == id) { in find_nfs_fhandle_cache()
286 fp->fh_id = FHID_ALLOC(); in prime_nfs_fhandle_cache()
365 error = fwd_packet(MK_RPC_XID(RPC_XID_MOUNTD, fp->fh_id), in call_mountd()
367 (void *)((long)fp->fh_id), f); in call_mountd()