Home
last modified time | relevance | path

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

/fs/jfs/
DMakefile7 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
Djfs_superblock.h112 extern int jfs_mount(struct super_block *);
Djfs_mount.c81 int jfs_mount(struct super_block *sb) in jfs_mount() function
Dsuper.c495 rc = jfs_mount(sb); in jfs_fill_super()