Home
last modified time | relevance | path

Searched refs:vb (Results 1 – 7 of 7) sorted by relevance

/fs/ceph/
Dceph_frag.c11 unsigned vb = ceph_frag_value(b); in ceph_frag_compare() local
12 if (va < vb) in ceph_frag_compare()
14 if (va > vb) in ceph_frag_compare()
17 vb = ceph_frag_bits(b); in ceph_frag_compare()
18 if (va < vb) in ceph_frag_compare()
20 if (va > vb) in ceph_frag_compare()
/fs/ocfs2/
Dxattr.c181 struct ocfs2_xattr_value_buf *vb);
703 struct ocfs2_xattr_value_buf *vb, in ocfs2_xattr_extend_allocation() argument
709 u32 prev_clusters, logical_start = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation()
712 ocfs2_init_xattr_value_extent_tree(&et, INODE_CACHE(inode), vb); in ocfs2_xattr_extend_allocation()
717 status = vb->vb_access(handle, INODE_CACHE(inode), vb->vb_bh, in ocfs2_xattr_extend_allocation()
724 prev_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation()
739 ocfs2_journal_dirty(handle, vb->vb_bh); in ocfs2_xattr_extend_allocation()
741 clusters_to_add -= le32_to_cpu(vb->vb_xv->xr_clusters) - in ocfs2_xattr_extend_allocation()
752 &vb->vb_xv->xr_list); in ocfs2_xattr_extend_allocation()
766 struct ocfs2_xattr_value_buf *vb, in __ocfs2_remove_xattr_range() argument
[all …]
Drefcounttree.h74 struct ocfs2_xattr_value_buf *vb,
Dalloc.h66 struct ocfs2_xattr_value_buf *vb);
Dalloc.c255 struct ocfs2_xattr_value_buf *vb = et->et_object; in ocfs2_xattr_value_fill_root_el() local
257 et->et_root_el = &vb->vb_xv->xr_list; in ocfs2_xattr_value_fill_root_el()
263 struct ocfs2_xattr_value_buf *vb = et->et_object; in ocfs2_xattr_value_set_last_eb_blk() local
265 vb->vb_xv->xr_last_eb_blk = cpu_to_le64(blkno); in ocfs2_xattr_value_set_last_eb_blk()
270 struct ocfs2_xattr_value_buf *vb = et->et_object; in ocfs2_xattr_value_get_last_eb_blk() local
272 return le64_to_cpu(vb->vb_xv->xr_last_eb_blk); in ocfs2_xattr_value_get_last_eb_blk()
278 struct ocfs2_xattr_value_buf *vb = et->et_object; in ocfs2_xattr_value_update_clusters() local
280 le32_add_cpu(&vb->vb_xv->xr_clusters, clusters); in ocfs2_xattr_value_update_clusters()
471 struct ocfs2_xattr_value_buf *vb) in ocfs2_init_xattr_value_extent_tree() argument
473 __ocfs2_init_extent_tree(et, ci, vb->vb_bh, vb->vb_access, vb, in ocfs2_init_xattr_value_extent_tree()
Drefcounttree.c3621 struct ocfs2_xattr_value_buf *vb, in ocfs2_refcount_cow_xattr() argument
3628 struct ocfs2_xattr_value_root *xv = vb->vb_xv; in ocfs2_refcount_cow_xattr()
3666 INODE_CACHE(inode), vb); in ocfs2_refcount_cow_xattr()
/fs/unicode/
Dmkutf8data.c2431 unsigned int vb = 0x1161; in hangul_decompose() local
2456 mapping[i++] = vb + vi; in hangul_decompose()