Lines Matching refs:sector_t
148 sector_t ns_last_pseg;
286 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
294 int nilfs_count_free_blocks(struct the_nilfs *, sector_t *);
321 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range()
323 *seg_start = (sector_t)nilfs->ns_blocks_per_segment * segnum; in nilfs_get_segment_range()
329 static inline sector_t
333 (sector_t)nilfs->ns_blocks_per_segment * segnum; in nilfs_get_segment_start_blocknr()
337 nilfs_get_segnum_of_block(struct the_nilfs *nilfs, sector_t blocknr) in nilfs_get_segnum_of_block()
339 sector_t segnum = blocknr; in nilfs_get_segnum_of_block()
346 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, in nilfs_terminate_segment()
347 sector_t seg_end) in nilfs_terminate_segment()