Searched refs:vbn (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nilfs2/ |
A D | gcinode.c | 59 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 vbn ? : pbn, pbn, REQ_OP_READ, 0, in nilfs_gccache_submit_read_node()
|
/linux/fs/ntfs3/ |
A D | index.c | 897 index->vbn = cpu_to_le64(vbn); in indx_new() 1336 CLST *vbn) in indx_create_allocate() argument 1375 *vbn = 0; in indx_create_allocate() 1393 CLST *vbn) in indx_add_allocate() argument 1450 *vbn = bit << indx->idx2vbn_bits; in indx_add_allocate() 1999 CLST vbn = de_get_vbn(e); in indx_free_children() local 2018 i = vbn >> indx->idx2vbn_bits; in indx_free_children() 2051 CLST vbn; in indx_get_entry_to_replace() local 2059 vbn = de_get_vbn(de_next); in indx_get_entry_to_replace() 2081 vbn = de_get_vbn(e); in indx_get_entry_to_replace() [all …]
|
A D | inode.c | 659 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument 662 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block() 857 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument 860 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
|
A D | ntfs_fs.h | 665 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn, 691 int ntfs_get_block(struct inode *inode, sector_t vbn,
|
A D | ntfs.h | 757 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member
|
Completed in 34 milliseconds