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

/linux-master/fs/jfs/
H A DMakefile8 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
H A Djfs_superblock.h102 extern int jfs_umount(struct super_block *);
H A Djfs_umount.c7 * jfs_umount.c
27 * NAME: jfs_umount(vfsp, flags, crp)
37 int jfs_umount(struct super_block *sb) function
H A Dsuper.c194 rc = jfs_umount(sb);
196 jfs_err("jfs_umount failed with return code %d", rc);
600 rc = jfs_umount(sb);
602 jfs_err("jfs_umount failed with return code %d", rc);

Completed in 169 milliseconds