Searched refs:start_blocknr (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nilfs2/
H A Drecovery.c177 * @start_blocknr: start block number of the log
181 nilfs_read_log_header(struct the_nilfs *nilfs, sector_t start_blocknr, argument
186 bh_sum = __bread(nilfs->ns_bdev, start_blocknr, nilfs->ns_blocksize);
300 * @start_blocknr: start block number of the log
304 static int nilfs_scan_dsync_log(struct the_nilfs *nilfs, sector_t start_blocknr, argument
320 blocknr = start_blocknr + DIV_ROUND_UP(sumbytes, nilfs->ns_blocksize);
321 bh = __bread(nilfs->ns_bdev, start_blocknr, nilfs->ns_blocksize);
H A Dthe_nilfs.c30 sector_t start_blocknr, u64 seq, __u64 cno)
33 nilfs->ns_last_pseg = start_blocknr;
29 nilfs_set_last_segment(struct the_nilfs *nilfs, sector_t start_blocknr, u64 seq, __u64 cno) argument

Completed in 219 milliseconds