Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_umount.c87 dbUnmount(ipbmap, 0); in jfs_umount()
H A Djfs_mount.c201 dbUnmount(ipbmap, 1); in jfs_mount()
247 dbUnmount(sbi->ipbmap, 1); in jfs_mount_rw()
H A Djfs_dmap.h282 extern int dbUnmount(struct inode *ipbmap, int mounterror);
H A Djfs_dmap.c265 int dbUnmount(struct inode *ipbmap, int mounterror) in dbUnmount() function