Searched refs:first_blkno (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ocfs2/ |
H A D | refcounttree.c | 564 u64 suballoc_loc, first_blkno; in ocfs2_create_refcount_tree() local 593 &first_blkno); in ocfs2_create_refcount_tree() 599 new_tree = ocfs2_allocate_refcount_tree(osb, first_blkno); in ocfs2_create_refcount_tree() 606 new_bh = sb_getblk(inode->i_sb, first_blkno); in ocfs2_create_refcount_tree() 629 rb->rf_blkno = cpu_to_le64(first_blkno); in ocfs2_create_refcount_tree() 642 di->i_refcount_loc = cpu_to_le64(first_blkno); in ocfs2_create_refcount_tree() 645 trace_ocfs2_create_refcount_tree_blkno((unsigned long long)first_blkno); in ocfs2_create_refcount_tree() 654 ocfs2_init_refcount_tree_lock(osb, new_tree, first_blkno, in ocfs2_create_refcount_tree() 658 tree = ocfs2_find_refcount_tree(osb, first_blkno); in ocfs2_create_refcount_tree()
|
H A D | xattr.c | 2871 u64 suballoc_loc, first_blkno; in ocfs2_create_xattr_block() local 2885 &num_got, &first_blkno); in ocfs2_create_xattr_block() 2891 new_bh = sb_getblk(inode->i_sb, first_blkno); in ocfs2_create_xattr_block() 2917 xblk->xb_blkno = cpu_to_le64(first_blkno); in ocfs2_create_xattr_block() 2931 di->i_xattr_loc = cpu_to_le64(first_blkno); in ocfs2_create_xattr_block()
|