Searched refs:needed_space (Results 1 – 1 of 1) sorted by relevance
1430 if (!needed_space) in ocfs2_xa_check_space_helper()1439 if (free_space < needed_space) in ocfs2_xa_check_space_helper()1606 int needed_space = ocfs2_xi_entry_usage(xi); in ocfs2_xa_block_check_space() local1616 needed_space = 0; in ocfs2_xa_block_check_space()1620 if (needed_space < 0) in ocfs2_xa_block_check_space()1621 needed_space = 0; in ocfs2_xa_block_check_space()1769 int needed_space = ocfs2_xi_entry_usage(xi); in ocfs2_xa_bucket_check_space() local1782 needed_space = 0; in ocfs2_xa_bucket_check_space()1784 needed_space -= sizeof(struct ocfs2_xattr_entry); in ocfs2_xa_bucket_check_space()1786 BUG_ON(needed_space < 0); in ocfs2_xa_bucket_check_space()[all …]