Home
last modified time | relevance | path

Searched refs:diMount (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_mount.c100 if ((rc = diMount(ipaimap))) { in jfs_mount()
101 jfs_err("jfs_mount: diMount(ipaimap) failed w/rc = %d", rc); in jfs_mount()
151 if ((rc = diMount(ipaimap2))) { in jfs_mount()
152 jfs_err("jfs_mount: diMount(ipaimap2) failed, rc = %d", in jfs_mount()
176 if ((rc = diMount(ipimap))) { in jfs_mount()
177 jfs_err("jfs_mount: diMount failed w/rc = %d", rc); in jfs_mount()
238 if ((rc = diMount(sbi->ipimap))) { in jfs_mount_rw()
239 jfs_err("jfs_mount_rw: diMount failed!"); in jfs_mount_rw()
H A Djfs_imap.h155 extern int diMount(struct inode *);
H A Djfs_imap.c26 * The control page of the inode map is read into memory by diMount().
78 * NAME: diMount()
94 int diMount(struct inode *ipimap) in diMount() function
107 jfs_err("diMount: kmalloc returned NULL!"); in diMount()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_mount.c100 if ((rc = diMount(ipaimap))) { in jfs_mount()
101 jfs_err("jfs_mount: diMount(ipaimap) failed w/rc = %d", rc); in jfs_mount()
151 if ((rc = diMount(ipaimap2))) { in jfs_mount()
152 jfs_err("jfs_mount: diMount(ipaimap2) failed, rc = %d", in jfs_mount()
176 if ((rc = diMount(ipimap))) { in jfs_mount()
177 jfs_err("jfs_mount: diMount failed w/rc = %d", rc); in jfs_mount()
240 if ((rc = diMount(sbi->ipimap))) { in jfs_mount_rw()
242 jfs_err("jfs_mount_rw: diMount failed!"); in jfs_mount_rw()
H A Djfs_imap.h155 extern int diMount(struct inode *);
H A Djfs_imap.c26 * The control page of the inode map is read into memory by diMount().
78 * NAME: diMount()
94 int diMount(struct inode *ipimap) in diMount() function

Completed in 9 milliseconds