Lines Matching defs:goal
147 * suitable group that satisfies goal request. No disk IO
153 * Same as CR_GOAL_LEN_FAST but is allowed to reduce the goal
161 * allocate goal length but might trim the request if nothing
186 /* prefer goal again. length */
202 /* allocate goal blocks or none */
204 /* goal is meaningful */
235 ext4_fsblk_t goal;
1601 atomic_t s_bal_goals; /* goal hits */
1602 atomic_t s_bal_len_goals; /* len goal hits */
2703 ext4_fsblk_t goal,
2847 const struct qstr *qstr, __u32 goal,
2852 #define ext4_new_inode(handle, dir, mode, qstr, goal, owner, i_flags) \
2854 (goal), (owner), i_flags, 0, 0, 0)
2855 #define ext4_new_inode_start_handle(idmap, dir, mode, qstr, goal, owner, \
2857 __ext4_new_inode((idmap), NULL, (dir), (mode), (qstr), (goal), (owner), \