Searched refs:clusters_to_del (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | journal.h | 481 unsigned int clusters_to_del, in ocfs2_calc_tree_trunc_credits() argument 497 ocfs2_rec_clusters(last_el, &last_el->l_recs[i]) == clusters_to_del) in ocfs2_calc_tree_trunc_credits()
|
D | alloc.c | 6289 unsigned int clusters_to_del, in ocfs2_find_new_last_ext_blk() argument 6308 if (OCFS2_I(inode)->ip_clusters == clusters_to_del) in ocfs2_find_new_last_ext_blk() 6347 if (le16_to_cpu(rec->e_leaf_clusters) > clusters_to_del) in ocfs2_find_new_last_ext_blk() 6390 u32 clusters_to_del, u64 *delete_start) in ocfs2_trim_tree() argument 6430 BUG_ON(ocfs2_rec_clusters(el, rec) < clusters_to_del); in ocfs2_trim_tree() 6472 le16_add_cpu(&rec->e_leaf_clusters, -clusters_to_del); in ocfs2_trim_tree() 6581 unsigned int clusters_to_del, in ocfs2_do_truncate() argument 6597 status = ocfs2_find_new_last_ext_blk(inode, clusters_to_del, in ocfs2_do_truncate() 6640 ocfs2_clusters_to_bytes(osb->sb, clusters_to_del)); in ocfs2_do_truncate() 6643 clusters_to_del; in ocfs2_do_truncate() [all …]
|