Searched refs:fhandle (Results 1 - 7 of 7) sorted by relevance
/third_party/NuttX/fs/nfs/ |
H A D | nfs_util.c | 247 struct file_handle *fhandle, in nfs_lookup() 257 DEBUGASSERT(nmp && filename && fhandle); in nfs_lookup() 275 *ptr++ = txdr_unsigned(fhandle->length); in nfs_lookup() 278 memcpy(ptr, &fhandle->handle, fhandle->length); in nfs_lookup() 279 reqlen += fhandle->length; in nfs_lookup() 280 ptr += uint32_increment(fhandle->length); in nfs_lookup() 322 fhandle->length = value; in nfs_lookup() 323 memcpy(&fhandle->handle, ptr, value); in nfs_lookup() 367 struct file_handle *fhandle, in nfs_findnode() 246 nfs_lookup(struct nfsmount *nmp, const char *filename, struct file_handle *fhandle, struct nfs_fattr *obj_attributes, struct nfs_fattr *dir_attributes) nfs_lookup() argument 366 nfs_findnode(struct nfsmount *nmp, const char *relpath, struct file_handle *fhandle, struct nfs_fattr *obj_attributes, struct nfs_fattr *dir_attributes) nfs_findnode() argument 475 nfs_finddir(struct nfsmount *nmp, const char *relpath, struct file_handle *fhandle, struct nfs_fattr *attributes, char *filename) nfs_finddir() argument [all...] |
H A D | nfs_proto.h | 432 struct file_handle fhandle; /* Variable length */ member 447 struct file_handle fhandle; /* Variable length */ member 472 struct file_handle fhandle; /* Variable length */ member 489 struct file_handle fhandle; member 498 struct file_handle fhandle; /* Variable length */ member 521 struct file_handle fhandle; /* Variable length */ member 573 struct file_handle fhandle; /* Variable length */ member
|
H A D | nfs.h | 140 struct file_handle *fhandle, 144 struct file_handle *fhandle, 148 struct file_handle *fhandle,
|
H A D | nfs_adapter.c | 196 struct file_handle fhandle; in nfs_fileupdate() local 202 fhandle.length = parent_fhandle->length; in nfs_fileupdate() 203 (void)memcpy_s(&(fhandle.handle), fhandle.length, &(parent_fhandle->handle), parent_fhandle->length); in nfs_fileupdate() 204 error = nfs_lookup(nmp, filename, &fhandle, &fattr, NULL); in nfs_fileupdate() 214 error = memcpy_s(&(np->n_fhandle), NFSX_V3FHMAX, &(fhandle.handle), fhandle.length); in nfs_fileupdate() 220 np->n_fhsize = fhandle.length; in nfs_fileupdate() 854 struct file_handle fhandle; in vfs_nfs_lookup() local 860 fhandle in vfs_nfs_lookup() 969 struct file_handle fhandle; vfs_nfs_readdir() local 1412 struct file_handle fhandle; vfs_nfs_mkdir() local [all...] |
H A D | rpc.h | 262 struct file_handle fhandle; member
|
H A D | rpc_clnt.c | 788 rpc->rc_fhsize = fxdr_unsigned(uint32_t, response.mdata.mount.fhandle.length); in rpcclnt_connect() 789 memcpy(&rpc->rc_fh, &response.mdata.mount.fhandle.handle, rpc->rc_fhsize); in rpcclnt_connect()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 42 pub type fhandle_t = fhandle; 854 pub struct fhandle { structure names 3931 fhp: *mut fhandle, in getfhat() 4260 pub fn fhstat(fhp: *const fhandle, buf: *mut ::stat) -> ::c_int; in fhstat()
|
Completed in 23 milliseconds