Searched refs:vbn (Results 1 – 5 of 5) sorted by relevance
| /fs/nilfs2/ |
| A D | gcinode.c | 56 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()
|
| /fs/ntfs3/ |
| A D | index.c | 635 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() 2202 vbn = de_get_vbn(e); in indx_get_entry_to_replace() [all …]
|
| A D | inode.c | 698 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() 916 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument 919 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block_write_begin()
|
| A D | ntfs_fs.h | 684 int indx_read(struct ntfs_index *idx, struct ntfs_inode *ni, CLST vbn, 709 int ntfs_get_block(struct inode *inode, sector_t vbn,
|
| A D | ntfs.h | 756 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member
|
Completed in 27 milliseconds