Home
last modified time | relevance | path

Searched refs:vblocknr (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nilfs2/
H A Ddat.c49 "DAT doesn't have a block to manage vblocknr = %llu", in nilfs_dat_prepare_entry()
130 "state inconsistency probably due to duplicate use of vblocknr = %llu", in nilfs_dat_commit_free()
186 "vblocknr = %llu has abnormal lifetime: start cno (= %llu) > current cno (= %llu)", in nilfs_dat_prepare_end()
277 * @vblocknr: virtual block number
285 int nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) in nilfs_dat_mark_dirty() argument
290 req.pr_entry_nr = vblocknr; in nilfs_dat_mark_dirty()
320 * @vblocknr: virtual block number
324 * @vblocknr to @blocknr.
331 int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr) in nilfs_dat_move() argument
338 ret = nilfs_palloc_get_entry_block(dat, vblocknr, in nilfs_dat_move()
398 nilfs_dat_translate(struct inode * dat,__u64 vblocknr,sector_t * blocknrp) nilfs_dat_translate() argument
[all...]
H A Drecovery.c42 __u64 vblocknr; /* virtual block number */ member
380 rb->vblocknr = le64_to_cpu(binfo->bi_vblocknr); in nilfs_scan_dsync_log()
H A Dsegment.c574 /* Substitution to vblocknr is delayed until update_blocknr() */ in nilfs_segctor_add_file_block()
628 __le64 *vblocknr = nilfs_segctor_map_segsum_entry( in nilfs_write_file_node_binfo() local
629 sci, ssp, sizeof(*vblocknr)); in nilfs_write_file_node_binfo()
630 *vblocknr = binfo->bi_v.bi_vblocknr; in nilfs_write_file_node_binfo()