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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs2.h416 static inline unsigned int ocfs2_clusters_for_bytes(struct super_block *sb, function
448 clusters = ocfs2_clusters_for_bytes(sb, bytes);
H A Dfile.c876 clusters_to_add = ocfs2_clusters_for_bytes(inode->i_sb, new_i_size) -
1137 clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos;
1278 clusters = ocfs2_clusters_for_bytes(inode->i_sb, newsize) -
H A Dalloc.c3610 new_highest_cpos = ocfs2_clusters_for_bytes(osb->sb,
3773 new_i_clusters = ocfs2_clusters_for_bytes(osb->sb,

Completed in 165 milliseconds