Searched refs:first_blkno (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ocfs2/
H A Drefcounttree.c563 u64 suballoc_loc, first_blkno; local
592 &first_blkno);
598 new_tree = ocfs2_allocate_refcount_tree(osb, first_blkno);
605 new_bh = sb_getblk(inode->i_sb, first_blkno);
628 rb->rf_blkno = cpu_to_le64(first_blkno);
641 di->i_refcount_loc = cpu_to_le64(first_blkno);
644 trace_ocfs2_create_refcount_tree_blkno((unsigned long long)first_blkno);
653 ocfs2_init_refcount_tree_lock(osb, new_tree, first_blkno,
657 tree = ocfs2_find_refcount_tree(osb, first_blkno);
H A Dxattr.c2863 u64 suballoc_loc, first_blkno; local
2877 &num_got, &first_blkno);
2883 new_bh = sb_getblk(inode->i_sb, first_blkno);
2909 xblk->xb_blkno = cpu_to_le64(first_blkno);
2923 di->i_xattr_loc = cpu_to_le64(first_blkno);
H A Dalloc.c1001 u64 suballoc_loc, first_blkno; local
1014 &first_blkno);
1021 bhs[i] = sb_getblk(osb->sb, first_blkno);
1041 eb->h_blkno = cpu_to_le64(first_blkno);
1051 first_blkno++;

Completed in 210 milliseconds