Searched refs:omfs_header (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | omfs_fs.h | 34 struct omfs_header { struct 47 struct omfs_header r_head; /* header */ 59 struct omfs_header i_head; /* header */
|
H A D | omfs.h | 51 extern int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header,
|
H A D | file.c | 61 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next)) in omfs_shrink_inode() 243 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next)) in omfs_get_block()
|
H A D | inode.c | 90 ofs = sizeof(struct omfs_header); in omfs_update_checksums() 131 sizeof(struct omfs_header)); in __omfs_write_inode()
|
H A D | dir.c | 315 int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header, in omfs_is_bad()
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | omfs_fs.h | 34 struct omfs_header { struct 47 struct omfs_header r_head; /* header */ 59 struct omfs_header i_head; /* header */
|
H A D | omfs.h | 51 extern int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header,
|
H A D | file.c | 61 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next)) in omfs_shrink_inode() 243 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next)) in omfs_get_block()
|
H A D | inode.c | 90 ofs = sizeof(struct omfs_header); in omfs_update_checksums() 131 sizeof(struct omfs_header)); in __omfs_write_inode()
|
H A D | dir.c | 316 int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header, in omfs_is_bad()
|
Completed in 5 milliseconds