Home
last modified time | relevance | path

Searched refs:vbn (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dgcinode.c59 sector_t pbn, __u64 vbn, in nilfs_gccache_submit_read_data() argument
75 err = nilfs_dat_translate(nilfs->ns_dat, vbn, &pbn); in nilfs_gccache_submit_read_data()
92 if (vbn) in nilfs_gccache_submit_read_data()
93 bh->b_blocknr = vbn; in nilfs_gccache_submit_read_data()
125 __u64 vbn, struct buffer_head **out_bh) in nilfs_gccache_submit_read_node() argument
130 ret = nilfs_btnode_submit_block(btnc_inode->i_mapping, vbn ? : pbn, pbn, in nilfs_gccache_submit_read_node()
/openbmc/linux/fs/ntfs3/
H A Dindex.c635 const CLST *vbn) in index_buf_check() argument
645 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check()
932 struct ntfs_inode *ni, CLST vbn, in indx_new() argument
940 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; in indx_new()
968 index->vbn = cpu_to_le64(vbn); in indx_new()
1037 int indx_read(struct ntfs_index *indx, struct ntfs_inode *ni, CLST vbn, in indx_read() argument
1044 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; in indx_read()
1096 if (!index_buf_check(ib, bytes, &vbn)) { in indx_read()
1379 next_vbn = le64_to_cpu(n->index->vbn) + in indx_find_raw()
1420 *off = (le64_to_cpu(n->index->vbn) << indx->vbn2vbo_bits) + in indx_find_raw()
[all …]
H A Dinode.c689 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
692 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
896 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
899 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
H A Dntfs_fs.h679 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn,
705 int ntfs_get_block(struct inode *inode, sector_t vbn,
H A Dntfs.h757 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member