Searched refs:fh_size (Results 1 – 10 of 10) sorted by relevance
/linux/fs/nfs/ |
H A D | export.c | 39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh() local 40 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_encode_fh() 69 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry() local 73 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_fh_to_dentry()
|
/linux/fs/nfsd/ |
H A D | nfsfh.c | 156 int data_left = fh->fh_size/4; in nfsd_set_fh_dentry() 161 if (fh->fh_size == 0) in nfsd_set_fh_dentry() 466 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 467 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 475 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 612 fhp->fh_handle.fh_size = in fh_compose() 771 if (fh->fh_size > 64) in SVCFH_fmt() 773 sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, fh->fh_raw); in SVCFH_fmt()
|
H A D | flexfilelayout.c | 64 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
|
H A D | localio.c | 76 fh.fh_handle.fh_size = nfs_fh->size; in nfsd_open_local_fh()
|
H A D | nfs3xdr.c | 94 fhp->fh_handle.fh_size = size; in svcxdr_decode_nfs_fh3() 125 u32 size = fhp->fh_handle.fh_size; in svcxdr_encode_nfs_fh3()
|
H A D | nfsxdr.c | 68 fhp->fh_handle.fh_size = NFS_FHSIZE; in svcxdr_decode_fhandle()
|
H A D | nfs4callback.c | 144 u32 length = fh->fh_size; in encode_nfs_fh4()
|
H A D | nfs4proc.c | 685 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh() 1624 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc()
|
H A D | nfsctl.c | 366 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
|
H A D | nfs4state.c | 1111 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in delegation_blocked() 1130 hash = jhash(&fh->fh_raw, fh->fh_size, 0); in block_delegations()
|