Searched refs:readSuper (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_mount.c | 295 if ((rc = readSuper(sb, &bh))) in chkSuper() 421 if ((rc = readSuper(sb, &bh))) in updateSuper() 451 * readSuper() 455 int readSuper(struct super_block *sb, struct buffer_head **bpp) in readSuper() function
|
H A D | jfs_superblock.h | 96 extern int readSuper(struct super_block *, struct buffer_head **);
|
H A D | resize.c | 225 if ((rc = readSuper(sb, &bh))) in jfs_extendfs() 483 if ((rc = readSuper(sb, &bh))) in jfs_extendfs()
|
H A D | jfs_imap.c | 2995 if (readSuper(sb, &bh)) in duplicateIXtree()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_mount.c | 299 if ((rc = readSuper(sb, &bh))) in chkSuper() 423 if ((rc = readSuper(sb, &bh))) in updateSuper() 453 * readSuper() 457 int readSuper(struct super_block *sb, struct buffer_head **bpp) in readSuper() function
|
H A D | jfs_superblock.h | 96 extern int readSuper(struct super_block *, struct buffer_head **);
|
H A D | resize.c | 224 if ((rc = readSuper(sb, &bh))) in jfs_extendfs() 482 if ((rc = readSuper(sb, &bh))) in jfs_extendfs()
|
H A D | jfs_imap.c | 2993 if (readSuper(sb, &bh)) in duplicateIXtree()
|
Completed in 9 milliseconds