Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dshmem_fs.h52 extern int shmem_fill_super(struct super_block *sb, void *data, int silent);
/Linux-v4.19/drivers/base/
Ddevtmpfs.c62 return mount_single(fs_type, flags, data, shmem_fill_super); in dev_mount()
/Linux-v4.19/init/
Ddo_mounts.c607 fill = shmem_fill_super; in rootfs_mount()
/Linux-v4.19/mm/
Dshmem.c3482 int shmem_fill_super(struct super_block *sb, void *data, int silent) in shmem_fill_super() function
3698 return mount_nodev(fs_type, flags, data, shmem_fill_super); in shmem_mount()