Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jfs/
Djfs_mount.c52 static int chkSuper(struct super_block *);
81 if ((rc = chkSuper(sb))) { in jfs_mount()
237 if (chkSuper(sb) || (sbi->state != FM_CLEAN)) in jfs_mount_rw()
288 static int chkSuper(struct super_block *sb) in chkSuper() function