Lines Matching refs:mntfh
1052 struct nfs_fh *mntfh = ctx->mntfh; in nfs23_parse_monolithic() local
1087 mntfh->size = data->root.size; in nfs23_parse_monolithic()
1090 mntfh->size = NFS2_FHSIZE; in nfs23_parse_monolithic()
1095 memcpy(mntfh->data, data->root.data, mntfh->size); in nfs23_parse_monolithic()
1096 if (mntfh->size < sizeof(mntfh->data)) in nfs23_parse_monolithic()
1097 memset(mntfh->data + mntfh->size, 0, in nfs23_parse_monolithic()
1098 sizeof(mntfh->data) - mntfh->size); in nfs23_parse_monolithic()
1537 ctx->mntfh = nfs_alloc_fhandle(); in nfs_fs_context_dup()
1538 if (!ctx->mntfh) { in nfs_fs_context_dup()
1542 nfs_copy_fh(ctx->mntfh, src->mntfh); in nfs_fs_context_dup()
1569 nfs_free_fhandle(ctx->mntfh); in nfs_fs_context_free()
1597 ctx->mntfh = nfs_alloc_fhandle(); in nfs_init_fs_context()
1598 if (unlikely(!ctx->mntfh)) { in nfs_init_fs_context()