Home
last modified time | relevance | path

Searched defs:credits (Results 1 – 22 of 22) sorted by relevance

/fs/ocfs2/
Dmove_extents.c48 int credits; member
169 int *credits) in ocfs2_lock_meta_allocator_move_extents()
218 int ret, credits = 0, extra_blocks = 0, partial = context->partial; in ocfs2_defrag_extent() local
585 int ret, credits = 0, extra_blocks = 0, goal_bit = 0; in ocfs2_move_extent() local
Djournal.h380 int credits = 0; in ocfs2_quota_trans_credits() local
501 int credits = 1 + OCFS2_SUBALLOC_ALLOC; in ocfs2_calc_dxi_expand_credits() local
600 int credits = 1 + tree_depth + 1; in ocfs2_calc_tree_trunc_credits() local
Drefcounttree.h70 int credits; /* credits it need for journal. */ member
Dxattr.c713 int status = 0, credits; in ocfs2_xattr_extend_allocation() local
3052 int clusters_add = 0, meta_add = 0, credits = 0; in ocfs2_calc_xattr_set_need() local
3261 int *credits) in ocfs2_init_xattr_set_ctxt()
3317 int ret = 0, credits, old_found; in __ocfs2_xattr_set_handle() local
3543 int ret, credits, had_lock, ref_meta = 0, ref_credits = 0; in ocfs2_xattr_set() local
4888 int i, ret, credits; in ocfs2_mv_xattr_buckets() local
4993 int ret, credits = 2 * blk_per_bucket; in ocfs2_divide_xattr_cluster() local
5206 int ret, credits; in ocfs2_extend_xattr_bucket() local
5670 int credits = ocfs2_remove_extent_credits(osb->sb) + in ocfs2_delete_xattr_in_bucket() local
5773 int *credits) in ocfs2_prepare_refcount_xattr()
[all …]
Drefcounttree.c774 int credits = OCFS2_REFCOUNT_TREE_REMOVE_CREDITS; in ocfs2_remove_refcount_tree() local
2382 int *credits) in ocfs2_calc_refcount_meta_credits()
2531 int *credits, in ocfs2_prepare_refcount_change_for_del()
2851 int *credits) in ocfs2_lock_refcount_allocators()
3215 int ret, delete, index, credits = 0; in ocfs2_make_clusters_writable() local
3547 int *meta_add, int *credits) in ocfs2_refcounted_xattr_delete_need()
3699 int credits = 1, ref_blocks = 0; in ocfs2_add_refcount_flag() local
3912 int credits = 0; in ocfs2_add_refcounted_extent() local
Ddir.c2799 credits = ocfs2_inline_to_extents_credits(sb); in ocfs2_expand_inline_dir() local
3181 int credits, num_free_extents, drop_alloc_sem = 0; in ocfs2_extend_dir() local
3701 int credits = ocfs2_clusters_to_blocks(osb->sb, 3); in ocfs2_dx_dir_rebalance_credits() local
3719 int credits, ret, i, num_used, did_quota = 0; in ocfs2_dx_dir_rebalance() local
Daops.c1675 int ret, cluster_of_pages, credits = OCFS2_INODE_UPDATE_CREDITS; in ocfs2_write_begin_nolock() local
2312 int ret = 0, credits = 0, locked = 0; in ocfs2_dio_end_io_write() local
Dalloc.c2271 int credits = (path->p_tree_depth - subtree_depth) * 2 + 1 + op_credits; in ocfs2_extend_rotate_transaction() local
3098 int credits = path->p_tree_depth * 2 + 1; in ocfs2_remove_rightmost_empty_extent() local
5277 int ret, depth, credits; in ocfs2_split_tree() local
5702 int ret, credits = 0, extra_blocks = 0; in ocfs2_remove_btree_range() local
Dnamei.c1798 int status, l, credits; in ocfs2_symlink() local
Dfile.c569 int credits; in __ocfs2_extend_allocation() local
Dsuballoc.c676 int status, credits; in ocfs2_block_group_alloc() local
/fs/cifs/
Dtransport.c369 int *credits) in wait_for_free_credits()
430 unsigned int *num, unsigned int *credits) in cifs_wait_mtu_credits()
524 unsigned int credits = 0; in cifs_call_async() local
708 unsigned int credits = 1; in cifs_send_recv() local
Dfile.c2200 unsigned int i, nr_pages, found_pages, wsize, credits; in cifs_writepages() local
2627 unsigned int wsize, credits; in cifs_write_from_iter() local
3148 unsigned int npages, rsize, credits; in cifs_send_async_read() local
3817 unsigned credits; in cifs_readpages() local
Dcifsglob.h607 unsigned int credits; /* send no more requests at once */ member
685 has_credits(struct TCP_Server_Info *server, int *credits) in has_credits()
1154 unsigned int credits; member
1176 unsigned int credits; member
Dsmb2ops.c150 unsigned int *num, unsigned int *credits) in smb2_wait_mtu_credits()
/fs/ext4/
Dacl.c229 int error, credits, retries = 0; in ext4_set_acl() local
Dxattr.c890 int credits; in __ext4_xattr_set_credits() local
970 int credits, struct buffer_head *bh, in ext4_xattr_ensure_credits()
1167 int credits; in ext4_xattr_inode_dec_ref_all() local
2327 int credits; in ext4_xattr_set_handle() local
2447 bool is_create, int *credits) in ext4_xattr_set_credits()
2488 int credits; in ext4_xattr_set() local
Dextents.c2641 int depth = ext_depth(inode), credits; in ext4_ext_rm_leaf() local
4683 unsigned int credits; in ext4_alloc_file_blocks() local
4767 int credits; in ext4_zero_range() local
5033 unsigned int credits, blkbits = inode->i_blkbits; in ext4_convert_unwritten_extents() local
5231 int credits, err; in ext4_access_path() local
5476 unsigned int credits; in ext4_collapse_range() local
5623 unsigned int credits, ee_len; in ext4_insert_range() local
Dnamei.c2467 int err, credits, retries = 0; in ext4_create() local
2500 int err, credits, retries = 0; in ext4_mknod() local
2643 int err, credits, retries = 0; in ext4_mkdir() local
3100 int credits; in ext4_symlink() local
3464 int credits, handle_t **h) in ext4_whiteout_for_rename()
3522 int credits; in ext4_rename() local
Dresize.c1834 int credits = 1; in ext4_convert_meta_bg() local
Dinode.c4232 unsigned int credits; in ext4_punch_hole() local
4424 unsigned int credits; in ext4_truncate() local
Dsuper.c1205 int res, res2, credits, retries = 0; in ext4_set_context() local