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

/linux-master/fs/ocfs2/
H A Djournal.h419 int xattr_credits)
426 return 4 + OCFS2_SUBALLOC_ALLOC + dir_credits + xattr_credits +
418 ocfs2_mknod_credits(struct super_block *sb, int is_dir, int xattr_credits) argument
H A Dnamei.c243 int xattr_credits = 0; local
330 &xattr_credits, &want_meta);
361 xattr_credits));
1822 int xattr_credits = 0; local
1906 &xattr_credits, &xattr_ac);
1924 handle = ocfs2_start_trans(osb, credits + xattr_credits);
H A Dxattr.c575 int *xattr_credits,
595 *xattr_credits += OCFS2_XATTR_BLOCK_CREATE_CREDITS;
603 *xattr_credits += ocfs2_clusters_to_blocks(dir->i_sb,
615 int *xattr_credits,
662 *xattr_credits += OCFS2_XATTR_BLOCK_CREATE_CREDITS;
668 *xattr_credits += ocfs2_blocks_per_xattr_bucket(dir->i_sb);
678 *xattr_credits += ocfs2_clusters_to_blocks(dir->i_sb,
687 *xattr_credits += ocfs2_clusters_to_blocks(dir->i_sb,
572 ocfs2_calc_security_init(struct inode *dir, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, struct ocfs2_alloc_context **xattr_ac) argument
610 ocfs2_calc_xattr_init(struct inode *dir, struct buffer_head *dir_bh, umode_t mode, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, int *want_meta) argument

Completed in 161 milliseconds