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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A DMakefile7 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
H A Djfs_superblock.h114 extern int jfs_umount(struct super_block *);
H A Djfs_umount.c20 * jfs_umount.c
40 * NAME: jfs_umount(vfsp, flags, crp)
50 int jfs_umount(struct super_block *sb) function
H A Dsuper.c180 rc = jfs_umount(sb);
182 jfs_err("jfs_umount failed with return code %d", rc);
524 rc = jfs_umount(sb);
526 jfs_err("jfs_umount failed with return code %d", rc);

Completed in 100 milliseconds