Searched refs:omfs_is_bad (Results 1 – 3 of 3) sorted by relevance
/linux/fs/omfs/ |
A D | dir.c | 51 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, block)) { in omfs_scan_list() 316 int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header, in omfs_is_bad() function 344 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, fsblock)) { in omfs_fill_chain()
|
A D | omfs.h | 51 extern int omfs_is_bad(struct omfs_sb_info *sbi, struct omfs_header *header,
|
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()
|
Completed in 6 milliseconds