Home
last modified time | relevance | path

Searched refs:zsmalloc_mnt (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c180 static struct vfsmount *zsmalloc_mnt; variable
1805 zsmalloc_mnt = kern_mount(&zsmalloc_fs); in zsmalloc_mount()
1806 if (IS_ERR(zsmalloc_mnt)) in zsmalloc_mount()
1807 ret = PTR_ERR(zsmalloc_mnt); in zsmalloc_mount()
1814 kern_unmount(zsmalloc_mnt); in zsmalloc_unmount()
2126 pool->inode = alloc_anon_inode(zsmalloc_mnt->mnt_sb); in zs_register_migration()

Completed in 5 milliseconds