Searched refs:start_blocknr (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/nilfs2/ |
D | recovery.c | 193 nilfs_read_log_header(struct the_nilfs *nilfs, sector_t start_blocknr, in nilfs_read_log_header() argument 198 bh_sum = __bread(nilfs->ns_bdev, start_blocknr, nilfs->ns_blocksize); in nilfs_read_log_header() 316 static int nilfs_scan_dsync_log(struct the_nilfs *nilfs, sector_t start_blocknr, in nilfs_scan_dsync_log() argument 332 blocknr = start_blocknr + DIV_ROUND_UP(sumbytes, nilfs->ns_blocksize); in nilfs_scan_dsync_log() 333 bh = __bread(nilfs->ns_bdev, start_blocknr, nilfs->ns_blocksize); in nilfs_scan_dsync_log()
|
D | the_nilfs.c | 42 sector_t start_blocknr, u64 seq, __u64 cno) in nilfs_set_last_segment() argument 45 nilfs->ns_last_pseg = start_blocknr; in nilfs_set_last_segment()
|