Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_mount.c200 dbUnmount(ipbmap, 1); in jfs_mount()
242 dbUnmount(sbi->ipbmap, 1); in jfs_mount_rw()
Djfs_umount.c89 dbUnmount(ipbmap, 0); in jfs_umount()
Djfs_dmap.h282 extern int dbUnmount(struct inode *ipbmap, int mounterror);
Djfs_dmap.c265 int dbUnmount(struct inode *ipbmap, int mounterror) in dbUnmount() function