Lines Matching refs:sector_t
135 sector_t ns_last_pseg;
274 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
282 int nilfs_count_free_blocks(struct the_nilfs *, sector_t *);
309 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range()
311 *seg_start = (sector_t)nilfs->ns_blocks_per_segment * segnum; in nilfs_get_segment_range()
317 static inline sector_t
321 (sector_t)nilfs->ns_blocks_per_segment * segnum; in nilfs_get_segment_start_blocknr()
325 nilfs_get_segnum_of_block(struct the_nilfs *nilfs, sector_t blocknr) in nilfs_get_segnum_of_block()
327 sector_t segnum = blocknr; in nilfs_get_segnum_of_block()
334 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, in nilfs_terminate_segment()
335 sector_t seg_end) in nilfs_terminate_segment()