Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_superblock.h114 extern int jfs_mount_rw(struct super_block *, int);
Dsuper.c488 ret = jfs_mount_rw(sb, 1); in jfs_remount()
511 ret = jfs_mount_rw(sb, 1); in jfs_remount()
598 rc = jfs_mount_rw(sb, 0); in jfs_fill_super()
Djfs_mount.c233 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() function