Searched refs:udf_check_anchor_block (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | super.c | 1834 static int udf_check_anchor_block(struct super_block *sb, sector_t block, in udf_check_anchor_block() function 1875 ret = udf_check_anchor_block(sb, sbi->s_anchor, fileset); in udf_scan_anchors() 1886 ret = udf_check_anchor_block(sb, sbi->s_session + 256, fileset); in udf_scan_anchors() 1908 ret = udf_check_anchor_block(sb, last[i], fileset); in udf_scan_anchors() 1916 ret = udf_check_anchor_block(sb, last[i] - 256, fileset); in udf_scan_anchors() 1925 return udf_check_anchor_block(sb, sbi->s_session + 512, fileset); in udf_scan_anchors()
|