Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_umount.c89 dbUnmount(ipbmap, 0); in jfs_umount()
H A Djfs_mount.c201 dbUnmount(ipbmap, 1); in jfs_mount()
243 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.c236 int dbUnmount(struct inode *ipbmap, int mounterror) in dbUnmount() function