Lines Matching refs:mntfh
893 struct nfs_fh *mntfh = ctx->mntfh; in nfs23_parse_monolithic() local
927 mntfh->size = data->root.size; in nfs23_parse_monolithic()
930 mntfh->size = NFS2_FHSIZE; in nfs23_parse_monolithic()
935 memcpy(mntfh->data, data->root.data, mntfh->size); in nfs23_parse_monolithic()
936 if (mntfh->size < sizeof(mntfh->data)) in nfs23_parse_monolithic()
937 memset(mntfh->data + mntfh->size, 0, in nfs23_parse_monolithic()
938 sizeof(mntfh->data) - mntfh->size); in nfs23_parse_monolithic()
1378 ctx->mntfh = nfs_alloc_fhandle(); in nfs_fs_context_dup()
1379 if (!ctx->mntfh) { in nfs_fs_context_dup()
1383 nfs_copy_fh(ctx->mntfh, src->mntfh); in nfs_fs_context_dup()
1410 nfs_free_fhandle(ctx->mntfh); in nfs_fs_context_free()
1438 ctx->mntfh = nfs_alloc_fhandle(); in nfs_init_fs_context()
1439 if (unlikely(!ctx->mntfh)) { in nfs_init_fs_context()