Searched refs:NFS_FHSIZE (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsxdr.c | 63 p = xdr_inline_decode(xdr, NFS_FHSIZE); in svcxdr_decode_fhandle() 66 fh_init(fhp, NFS_FHSIZE); in svcxdr_decode_fhandle() 67 memcpy(&fhp->fh_handle.fh_raw, p, NFS_FHSIZE); in svcxdr_decode_fhandle() 68 fhp->fh_handle.fh_size = NFS_FHSIZE; in svcxdr_decode_fhandle() 78 p = xdr_reserve_space(xdr, NFS_FHSIZE); in svcxdr_encode_fhandle() 81 memcpy(p, &fhp->fh_handle.fh_raw, NFS_FHSIZE); in svcxdr_encode_fhandle()
|
H A D | nfsproc.c | 137 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_lookup() 289 fh_init(newfhp, NFS_FHSIZE); in nfsd_proc_create() 490 fh_init(&newfh, NFS_FHSIZE); in nfsd_proc_symlink() 522 fh_init(&resp->fh, NFS_FHSIZE); in nfsd_proc_mkdir()
|
H A D | nfsfh.c | 553 if (fhp->fh_maxsize < NFS_FHSIZE) in fh_compose()
|
H A D | nfsctl.c | 339 if (maxsize < NFS_FHSIZE) in write_filehandle()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfs.h | 20 #define NFS_FHSIZE 32 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfs.h | 20 #define NFS_FHSIZE 32 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfs.h | 29 #define NFS_FHSIZE 32 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs.h | 16 #define NFS_FHSIZE 32 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs.h | 29 #define NFS_FHSIZE 32 macro
|
Completed in 12 milliseconds