Searched refs:first_blkno (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | refcounttree.c | 571 u64 suballoc_loc, first_blkno; in ocfs2_create_refcount_tree() local 600 &first_blkno); in ocfs2_create_refcount_tree() 606 new_tree = ocfs2_allocate_refcount_tree(osb, first_blkno); in ocfs2_create_refcount_tree() 613 new_bh = sb_getblk(inode->i_sb, first_blkno); in ocfs2_create_refcount_tree() 636 rb->rf_blkno = cpu_to_le64(first_blkno); in ocfs2_create_refcount_tree() 649 di->i_refcount_loc = cpu_to_le64(first_blkno); in ocfs2_create_refcount_tree() 652 trace_ocfs2_create_refcount_tree_blkno((unsigned long long)first_blkno); in ocfs2_create_refcount_tree() 661 ocfs2_init_refcount_tree_lock(osb, new_tree, first_blkno, in ocfs2_create_refcount_tree() 665 tree = ocfs2_find_refcount_tree(osb, first_blkno); in ocfs2_create_refcount_tree()
|
D | alloc.c | 1010 u64 suballoc_loc, first_blkno; in ocfs2_create_new_meta_bhs() local 1023 &first_blkno); in ocfs2_create_new_meta_bhs() 1030 bhs[i] = sb_getblk(osb->sb, first_blkno); in ocfs2_create_new_meta_bhs() 1050 eb->h_blkno = cpu_to_le64(first_blkno); in ocfs2_create_new_meta_bhs() 1060 first_blkno++; in ocfs2_create_new_meta_bhs()
|
D | xattr.c | 2877 u64 suballoc_loc, first_blkno; in ocfs2_create_xattr_block() local 2891 &num_got, &first_blkno); in ocfs2_create_xattr_block() 2897 new_bh = sb_getblk(inode->i_sb, first_blkno); in ocfs2_create_xattr_block() 2923 xblk->xb_blkno = cpu_to_le64(first_blkno); in ocfs2_create_xattr_block() 2937 di->i_xattr_loc = cpu_to_le64(first_blkno); in ocfs2_create_xattr_block()
|