Searched refs:clusters_need (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | aops.c | 1656 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local 1705 clusters_need = wc->w_clen; in ocfs2_write_begin_nolock() 1720 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock() 1875 ret1 = ocfs2_try_to_free_truncate_log(osb, clusters_need); in ocfs2_write_begin_nolock()
|
H A D | xattr.c | 3040 int *clusters_need, in ocfs2_calc_xattr_set_need() 3237 if (clusters_need) in ocfs2_calc_xattr_set_need() 3238 *clusters_need = clusters_add; in ocfs2_calc_xattr_set_need() 3035 ocfs2_calc_xattr_set_need(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, int *clusters_need, int *meta_need, int *credits_need) ocfs2_calc_xattr_set_need() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | aops.c | 1652 unsigned int clusters_to_alloc, extents_to_split, clusters_need = 0; in ocfs2_write_begin_nolock() local 1701 clusters_need = wc->w_clen; in ocfs2_write_begin_nolock() 1716 clusters_need += clusters_to_alloc; in ocfs2_write_begin_nolock() 1871 ret1 = ocfs2_try_to_free_truncate_log(osb, clusters_need); in ocfs2_write_begin_nolock()
|
H A D | xattr.c | 3034 int *clusters_need, in ocfs2_calc_xattr_set_need() 3231 if (clusters_need) in ocfs2_calc_xattr_set_need() 3232 *clusters_need = clusters_add; in ocfs2_calc_xattr_set_need() 3029 ocfs2_calc_xattr_set_need(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, int *clusters_need, int *meta_need, int *credits_need) ocfs2_calc_xattr_set_need() argument
|
Completed in 25 milliseconds