Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_mount.c54 static int chkSuper(struct super_block *);
83 if ((rc = chkSuper(sb))) { in jfs_mount()
232 if (chkSuper(sb) || (sbi->state != FM_CLEAN)) in jfs_mount_rw()
287 static int chkSuper(struct super_block *sb) in chkSuper() function