Home
last modified time | relevance | path

Searched refs:vbn (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dgcinode.c42 * @vbn - virtual block number of the block, 0 for non-virtual block
47 * This function sets @vbn (@pbn if @vbn is zero) in b_blocknr of the buffer.
59 sector_t pbn, __u64 vbn, in nilfs_gccache_submit_read_data()
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()
112 * @vbn - virtual block number for the block
116 * specified by @vbn to the GC pagecache. @pbn can be supplied by the
127 __u64 vbn, struc in nilfs_gccache_submit_read_node()
58 nilfs_gccache_submit_read_data(struct inode *inode, sector_t blkoff, sector_t pbn, __u64 vbn, struct buffer_head **out_bh) nilfs_gccache_submit_read_data() argument
126 nilfs_gccache_submit_read_node(struct inode *inode, sector_t pbn, __u64 vbn, struct buffer_head **out_bh) nilfs_gccache_submit_read_node() argument
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dgcinode.c42 * @vbn - virtual block number of the block, 0 for non-virtual block
47 * This function sets @vbn (@pbn if @vbn is zero) in b_blocknr of the buffer.
59 sector_t pbn, __u64 vbn, in nilfs_gccache_submit_read_data()
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()
112 * @vbn - virtual block number for the block
116 * specified by @vbn to the GC pagecache. @pbn can be supplied by the
127 __u64 vbn, struc in nilfs_gccache_submit_read_node()
58 nilfs_gccache_submit_read_data(struct inode *inode, sector_t blkoff, sector_t pbn, __u64 vbn, struct buffer_head **out_bh) nilfs_gccache_submit_read_data() argument
126 nilfs_gccache_submit_read_node(struct inode *inode, sector_t pbn, __u64 vbn, struct buffer_head **out_bh) nilfs_gccache_submit_read_node() argument
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dindex.c635 const CLST *vbn) in index_buf_check()
644 /* Check index buffer vbn. */ in index_buf_check()
645 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check()
932 struct ntfs_inode *ni, CLST vbn, in indx_new()
940 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; in indx_new()
968 index->vbn = cpu_to_le64(vbn); in indx_new()
1037 int indx_read(struct ntfs_index *indx, struct ntfs_inode *ni, CLST vbn, in indx_read() argument
634 index_buf_check(const struct INDEX_BUFFER *ib, u32 bytes, const CLST *vbn) index_buf_check() argument
931 indx_new(struct ntfs_index *indx, struct ntfs_inode *ni, CLST vbn, const __le64 *sub_vbn) indx_new() argument
1431 indx_create_allocate(struct ntfs_index *indx, struct ntfs_inode *ni, CLST *vbn) indx_create_allocate() argument
1488 indx_add_allocate(struct ntfs_index *indx, struct ntfs_inode *ni, CLST *vbn) indx_add_allocate() argument
1994 indx_find_buffer(struct ntfs_index *indx, struct ntfs_inode *ni, const struct INDEX_ROOT *root, __le64 vbn, struct indx_node *n) indx_find_buffer() argument
2111 CLST vbn = de_get_vbn(e); indx_free_children() local
2163 CLST vbn; indx_get_entry_to_replace() local
[all...]
H A Dinode.c678 int ntfs_get_block(struct inode *inode, sector_t vbn, in ntfs_get_block() argument
681 return ntfs_get_block_vbo(inode, (u64)vbn << inode->i_blkbits, in ntfs_get_block()
885 static int ntfs_get_block_write_begin(struct inode *inode, sector_t vbn, in ntfs_get_block_write_begin() argument
888 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.h634 // __le64 vbn;
759 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster member

Completed in 11 milliseconds