Symbol: ocfs2_clusters_for_bytes
fs/ocfs2/alloc.c
300
ocfs2_clusters_for_bytes(sb, OCFS2_MAX_XATTR_TREE_LEAF_SIZE);
fs/ocfs2/alloc.c
7252
new_highest_cpos = ocfs2_clusters_for_bytes(osb->sb,
fs/ocfs2/aops.c
1606
ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode));
fs/ocfs2/aops.c
2177
if (ocfs2_clusters_for_bytes(inode->i_sb, pos + total_len) >
fs/ocfs2/aops.c
2178
ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode)) &&
fs/ocfs2/dir.c
2843
alloc = ocfs2_clusters_for_bytes(sb, bytes);
fs/ocfs2/extent_map.c
783
mapping_end = ocfs2_clusters_for_bytes(inode->i_sb,
fs/ocfs2/extent_map.c
853
mapping_end = ocfs2_clusters_for_bytes(inode->i_sb,
fs/ocfs2/extent_map.c
914
cend = ocfs2_clusters_for_bytes(inode->i_sb, i_size_read(inode));
fs/ocfs2/file.c
1021
clusters_to_add = ocfs2_clusters_for_bytes(inode->i_sb, new_i_size);
fs/ocfs2/file.c
1477
clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len);
fs/ocfs2/file.c
1842
trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start);
fs/ocfs2/file.c
2163
clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos;
fs/ocfs2/file.c
2346
ocfs2_clusters_for_bytes(inode->i_sb, pos + count) - cpos;
fs/ocfs2/file.c
868
u32 last_cpos = ocfs2_clusters_for_bytes(inode->i_sb, zero_end);
fs/ocfs2/move_extents.c
804
move_start = ocfs2_clusters_for_bytes(osb->sb, range->me_start);
fs/ocfs2/ocfs2.h
855
clusters = ocfs2_clusters_for_bytes(sb, bytes);
fs/ocfs2/refcounttree.c
2569
return ocfs2_clusters_for_bytes(sb, MAX_CONTIG_BYTES);
fs/ocfs2/refcounttree.c
3797
clusters = ocfs2_clusters_for_bytes(inode->i_sb, size);
fs/ocfs2/refcounttree.c
3978
clusters = ocfs2_clusters_for_bytes(s_inode->i_sb, size);
fs/ocfs2/refcounttree.c
4514
slast = ocfs2_clusters_for_bytes(s_inode->i_sb, pos_in + len);
fs/ocfs2/xattr.c
1390
u32 clusters = ocfs2_clusters_for_bytes(inode->i_sb, value_len);
fs/ocfs2/xattr.c
3085
u32 new_clusters = ocfs2_clusters_for_bytes(inode->i_sb,
fs/ocfs2/xattr.c
3179
old_clusters = ocfs2_clusters_for_bytes(inode->i_sb,
fs/ocfs2/xattr.c
604
int new_clusters = ocfs2_clusters_for_bytes(dir->i_sb,
fs/ocfs2/xattr.c
6274
*num_recs += ocfs2_clusters_for_bytes(sb,
fs/ocfs2/xattr.c
680
new_clusters = ocfs2_clusters_for_bytes(dir->i_sb,
fs/ocfs2/xattr.c
690
ocfs2_clusters_for_bytes(dir->i_sb, acl_len);
fs/ocfs2/xattr.c
861
u32 new_clusters = ocfs2_clusters_for_bytes(inode->i_sb, len);