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

/linux-4.1.27/fs/jfs/
H A DMakefile7 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
H A Djfs_umount.c20 * jfs_umount.c
40 * NAME: jfs_umount(vfsp, flags, crp)
50 int jfs_umount(struct super_block *sb) jfs_umount() function
H A Djfs_superblock.h115 extern int jfs_umount(struct super_block *);
H A Dsuper.c193 rc = jfs_umount(sb); jfs_put_super()
195 jfs_err("jfs_umount failed with return code %d", rc); jfs_put_super()
612 rc = jfs_umount(sb); jfs_fill_super()
614 jfs_err("jfs_umount failed with return code %d", rc); jfs_fill_super()

Completed in 93 milliseconds