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()
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()
/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()
968 index->vbn = cpu_to_le64(vbn); in indx_new()
1432 CLST *vbn) in indx_create_allocate() argument
1471 *vbn = 0; in indx_create_allocate()
1489 CLST *vbn) in indx_add_allocate() argument
2117 CLST vbn = de_get_vbn(e); in indx_free_children() local
2169 CLST vbn; in indx_get_entry_to_replace() local
2177 vbn = de_get_vbn(de_next); in indx_get_entry_to_replace()
2199 vbn = de_get_vbn(e); in indx_get_entry_to_replace()
[all …]
H A Dinode.c684 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
687 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
891 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
894 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
H A Dntfs_fs.h678 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn,
704 int ntfs_get_block(struct inode *inode, sector_t vbn,
H A Dntfs.h759 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member