Searched refs:fh_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_file.h140 uint64_t fh_id; member in struct:fuse_filehandle
H A Dfuse_file.c186 fri->fh = fufh->fh_id;
339 fufh->fh_id = foo->fh;
H A Dfuse_internal.c363 ffsi->fh = fufh->fh_id;
553 fri->fh = fufh->fh_id;
1161 fsai->fh = fufh->fh_id;
H A Dfuse_io.c472 fri->fh = fufh->fh_id;
572 fwi->fh = fufh->fh_id;
647 fwi->fh = fufh->fh_id;
H A Dfuse_node.c378 fsai->fh = fufh->fh_id;
H A Dfuse_vnops.c296 ffi->fh = fufh->fh_id;
429 fli->fh = fufh->fh_id;
724 uint64_t fh_id = foo->fh; local
729 fri->fh = fh_id;
/freebsd-12-stable/contrib/amd/amd/
H A Dops_nfs.c62 #define FHID_ALLOC() (++fh_id)
92 int fh_id; /* Unique id */ member in struct:fh_cache
110 static int fh_id = 0; variable
155 if (fp->fh_id == id) {
449 fp->fh_id = FHID_ALLOC();
577 error = fwd_packet(MK_RPC_XID(RPC_XID_MOUNTD, fp->fh_id),
582 (opaque_t) ((long) fp->fh_id), /* cast to long needed for 64-bit archs */
674 error = fwd_packet(MK_RPC_XID(RPC_XID_WEBNFS, fp->fh_id),
679 (opaque_t) ((long) fp->fh_id), /* cast to long needed for 64-bit archs */
1086 f.fh_id
[all...]

Completed in 175 milliseconds