Searched refs:NFS_FHSIZE (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | nfs.c | 54 static char dirfh[NFS_FHSIZE]; /* NFSv2 / NFSv3 file handle of directory */ 300 memcpy(p, filefh, NFS_FHSIZE); in nfs_readlink_req() 301 p += (NFS_FHSIZE / 4); in nfs_readlink_req() 329 memcpy(p, dirfh, NFS_FHSIZE); in nfs_lookup_req() 330 p += (NFS_FHSIZE / 4); in nfs_lookup_req() 341 *p++ = htonl(NFS_FHSIZE); /* Dir handle length */ in nfs_lookup_req() 342 memcpy(p, dirfh, NFS_FHSIZE); in nfs_lookup_req() 343 p += (NFS_FHSIZE / 4); in nfs_lookup_req() 369 memcpy(p, filefh, NFS_FHSIZE); in nfs_read_req() 370 p += (NFS_FHSIZE / 4); in nfs_read_req() [all …]
|
| H A D | nfs.h | 30 #define NFS_FHSIZE 32 macro
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsxdr.c | 31 fh_init(fhp, NFS_FHSIZE); in decode_fh() 32 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh() 33 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh() 37 return p + (NFS_FHSIZE >> 2); in decode_fh() 49 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh() 50 return p + (NFS_FHSIZE>> 2); in encode_fh()
|
| H A D | nfsfh.c | 203 if (fh->fh_size != NFS_FHSIZE) in nfsd_set_fh_dentry() 569 if (fhp->fh_maxsize < NFS_FHSIZE) in fh_compose() 579 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose() 580 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose()
|
| H A D | nfsproc.c | 134 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_lookup() 293 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create() 493 fh_init(&newfh, NFS_FHSIZE); in nfsd_proc_symlink() 522 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_mkdir()
|
| H A D | nfsctl.c | 381 if (maxsize < NFS_FHSIZE) in write_filehandle()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nfs.h | 20 #define NFS_FHSIZE 32 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nfs.h | 20 #define NFS_FHSIZE 32 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nfs.h | 20 #define NFS_FHSIZE 32 macro
|