Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_mount.c112 if ((rc = diMount(ipaimap))) { in jfs_mount()
163 if ((rc = diMount(ipaimap2))) { in jfs_mount()
191 if ((rc = diMount(ipimap))) { in jfs_mount()
250 if ((rc = diMount(sbi->ipimap))) { in jfs_mount_rw()
Djfs_imap.h168 extern int diMount(struct inode *);
Djfs_imap.c107 int diMount(struct inode *ipimap) in diMount() function