Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
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()
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.3-rc2/fs/ntfs3/
A Dindex.c634 const CLST *vbn) in index_buf_check() argument
644 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check()
957 index->vbn = cpu_to_le64(vbn); in indx_new()
1402 CLST *vbn) in indx_create_allocate() argument
1441 *vbn = 0; in indx_create_allocate()
1459 CLST *vbn) in indx_add_allocate() argument
2071 CLST vbn = de_get_vbn(e); in indx_free_children() local
2123 CLST vbn; in indx_get_entry_to_replace() local
2131 vbn = de_get_vbn(de_next); in indx_get_entry_to_replace()
2153 vbn = de_get_vbn(e); in indx_get_entry_to_replace()
[all …]
A Dinode.c663 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
666 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
861 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
864 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
A Dntfs_fs.h673 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn,
699 int ntfs_get_block(struct inode *inode, sector_t vbn,
A Dntfs.h757 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member

Completed in 20 milliseconds