Home
last modified time | relevance | path

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

/linux-6.15/fs/nilfs2/
H A Dgcinode.c56 sector_t pbn, __u64 vbn, in nilfs_gccache_submit_read_data() argument
72 err = nilfs_dat_translate(nilfs->ns_dat, vbn, &pbn); in nilfs_gccache_submit_read_data()
89 if (vbn) in nilfs_gccache_submit_read_data()
90 bh->b_blocknr = vbn; in nilfs_gccache_submit_read_data()
121 __u64 vbn, struct buffer_head **out_bh) in nilfs_gccache_submit_read_node() argument
126 ret = nilfs_btnode_submit_block(btnc_inode->i_mapping, vbn ? : pbn, pbn, in nilfs_gccache_submit_read_node()
/linux-6.15/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()
968 index->vbn = cpu_to_le64(vbn); in indx_new()
1430 CLST *vbn) in indx_create_allocate() argument
1469 *vbn = 0; in indx_create_allocate()
1487 CLST *vbn) in indx_add_allocate() argument
2116 CLST vbn = de_get_vbn(e); in indx_free_children() local
2168 CLST vbn; in indx_get_entry_to_replace() local
2176 vbn = de_get_vbn(de_next); in indx_get_entry_to_replace()
2198 vbn = de_get_vbn(e); in indx_get_entry_to_replace()
[all …]
H A Dinode.c698 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
701 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
904 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
907 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
H A Dntfs_fs.h683 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn,
708 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