Home
last modified time | relevance | path

Searched refs:nfs_inode_cachep (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/nfs/
Dinode.c66 static struct kmem_cache * nfs_inode_cachep; variable
2062 nfsi = kmem_cache_alloc(nfs_inode_cachep, GFP_KERNEL); in nfs_alloc_inode()
2077 kmem_cache_free(nfs_inode_cachep, NFS_I(inode)); in nfs_i_callback()
2115 nfs_inode_cachep = kmem_cache_create("nfs_inode_cache", in nfs_init_inodecache()
2120 if (nfs_inode_cachep == NULL) in nfs_init_inodecache()
2133 kmem_cache_destroy(nfs_inode_cachep); in nfs_destroy_inodecache()