Lines Matching refs:mntfh
977 struct nfs_fh *mntfh = ctx->mntfh; in nfs23_parse_monolithic() local
1012 mntfh->size = data->root.size; in nfs23_parse_monolithic()
1015 mntfh->size = NFS2_FHSIZE; in nfs23_parse_monolithic()
1020 memcpy(mntfh->data, data->root.data, mntfh->size); in nfs23_parse_monolithic()
1021 if (mntfh->size < sizeof(mntfh->data)) in nfs23_parse_monolithic()
1022 memset(mntfh->data + mntfh->size, 0, in nfs23_parse_monolithic()
1023 sizeof(mntfh->data) - mntfh->size); in nfs23_parse_monolithic()
1459 ctx->mntfh = nfs_alloc_fhandle(); in nfs_fs_context_dup()
1460 if (!ctx->mntfh) { in nfs_fs_context_dup()
1464 nfs_copy_fh(ctx->mntfh, src->mntfh); in nfs_fs_context_dup()
1491 nfs_free_fhandle(ctx->mntfh); in nfs_fs_context_free()
1519 ctx->mntfh = nfs_alloc_fhandle(); in nfs_init_fs_context()
1520 if (unlikely(!ctx->mntfh)) { in nfs_init_fs_context()