Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nilfs2/
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()
96 if (vbn) in nilfs_gccache_submit_read_data()
97 bh->b_blocknr = vbn; in nilfs_gccache_submit_read_data()
127 __u64 vbn, struct buffer_head **out_bh) in nilfs_gccache_submit_read_node() argument
132 ret = nilfs_btnode_submit_block(btnc_inode->i_mapping, vbn ? : pbn, pbn, in nilfs_gccache_submit_read_node()
/linux-6.1.9/fs/ntfs3/
Dindex.c861 struct ntfs_inode *ni, CLST vbn, in indx_new() argument
869 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; in indx_new()
897 index->vbn = cpu_to_le64(vbn); in indx_new()
956 int indx_read(struct ntfs_index *indx, struct ntfs_inode *ni, CLST vbn, in indx_read() argument
963 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; in indx_read()
1282 next_vbn = le64_to_cpu(n->index->vbn) + in indx_find_raw()
1323 *off = (le64_to_cpu(n->index->vbn) << indx->vbn2vbo_bits) + in indx_find_raw()
1335 CLST *vbn) in indx_create_allocate() argument
1374 *vbn = 0; in indx_create_allocate()
1392 CLST *vbn) in indx_add_allocate() argument
[all …]
Dinode.c666 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
669 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
867 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
870 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
Dntfs_fs.h666 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn,
692 int ntfs_get_block(struct inode *inode, sector_t vbn,
Dntfs.h757 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member