attr_space         52 fs/xfs/libxfs/xfs_log_rlimit.c 	int			attr_space;
attr_space         54 fs/xfs/libxfs/xfs_log_rlimit.c 	attr_space = xfs_log_calc_max_attrsetm_res(mp);
attr_space         68 fs/xfs/libxfs/xfs_log_rlimit.c 	if (attr_space > log_space) {
attr_space         70 fs/xfs/libxfs/xfs_log_rlimit.c 		max_resp->tr_logres = attr_space;