Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
DMakefile8 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
Djfs_superblock.h113 extern int jfs_mount(struct super_block *);
Djfs_mount.c82 int jfs_mount(struct super_block *sb) in jfs_mount() function
Dsuper.c589 rc = jfs_mount(sb); in jfs_fill_super()