Home
last modified time | relevance | path

Searched refs:diMount (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_mount.c111 if ((rc = diMount(ipaimap))) { in jfs_mount()
162 if ((rc = diMount(ipaimap2))) { in jfs_mount()
190 if ((rc = diMount(ipimap))) { in jfs_mount()
257 if ((rc = diMount(sbi->ipimap))) { in jfs_mount_rw()
Djfs_imap.h150 extern int diMount(struct inode *);
Djfs_imap.c126 int diMount(struct inode *ipimap) in diMount() function