Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
DMakefile6 obj-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
Dsuper.c56 extern int jfs_mount(struct super_block *);
355 rc = jfs_mount(sb); in jfs_read_super()
Djfs_mount.c81 int jfs_mount(struct super_block *sb) in jfs_mount() function