Searched refs:start_blocknr (Results 1 – 2 of 2) sorted by relevance
| /fs/nilfs2/ |
| A D | recovery.c | 190 nilfs_read_log_header(struct the_nilfs *nilfs, sector_t start_blocknr, in nilfs_read_log_header() argument 195 bh_sum = __bread(nilfs->ns_bdev, start_blocknr, nilfs->ns_blocksize); in nilfs_read_log_header() 328 static int nilfs_scan_dsync_log(struct the_nilfs *nilfs, sector_t start_blocknr, in nilfs_scan_dsync_log() argument 344 blocknr = start_blocknr + DIV_ROUND_UP(sumbytes, nilfs->ns_blocksize); in nilfs_scan_dsync_log() 345 bh = __bread(nilfs->ns_bdev, start_blocknr, nilfs->ns_blocksize); in nilfs_scan_dsync_log()
|
| A D | the_nilfs.c | 29 sector_t start_blocknr, u64 seq, __u64 cno) in nilfs_set_last_segment() argument 32 nilfs->ns_last_pseg = start_blocknr; in nilfs_set_last_segment()
|
Completed in 10 milliseconds