Searched refs:dbMount (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/jfs/
H A Djfs_mount.c132 if ((rc = dbMount(ipbmap))) { jfs_mount()
133 jfs_err("jfs_mount: dbMount failed w/rc = %d", rc); jfs_mount()
262 if ((rc = dbMount(sbi->ipbmap))) { jfs_mount_rw()
263 jfs_err("jfs_mount_rw: dbMount failed!"); jfs_mount_rw()
H A Djfs_dmap.h293 extern int dbMount(struct inode *ipbmap);
H A Djfs_dmap.c150 * NAME: dbMount()
165 int dbMount(struct inode *ipbmap) dbMount() function

Completed in 146 milliseconds