Home
last modified time | relevance | path

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

/Linux-v6.6/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()
94 if (vbn) in nilfs_gccache_submit_read_data()
95 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-v6.6/fs/ntfs3/
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 …]
Dinode.c678 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
681 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
876 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
879 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
Dntfs_fs.h675 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn,
701 int ntfs_get_block(struct inode *inode, sector_t vbn,
Dntfs.h761 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member