Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_mount.c100 if ((rc = diMount(ipaimap))) { in jfs_mount()
151 if ((rc = diMount(ipaimap2))) { in jfs_mount()
179 if ((rc = diMount(ipimap))) { in jfs_mount()
238 if ((rc = diMount(sbi->ipimap))) { in jfs_mount_rw()
Djfs_imap.h155 extern int diMount(struct inode *);
Djfs_imap.c94 int diMount(struct inode *ipimap) in diMount() function