Lines Matching defs:max
287 MAX_INO_ENTRY, /* max. list */
342 /* max discard pend list number */
405 unsigned int max_discards; /* max. discards to be issued */
406 unsigned int max_discard_request; /* max. discard request per round */
409 unsigned int max_discard_issue_time; /* max. interval between discard issue */
534 int max;
542 d->max = NR_DENTRY_IN_BLOCK;
557 d->max = entry_cnt;
802 FI_MAX, /* max flag, never be used */
920 nid_t max_rf_node_blocks; /* max # of nodes for recovery */
1274 unsigned int max_candidate_count; /* max candidate count */
1591 unsigned int max_orphans; /* max orphan inodes */
1624 u64 max_io_bytes; /* max io bytes to merge IOs */
1705 atomic_t max_aw_cnt; /* max # of atomic writes */
1770 int max_fragment_chunk; /* max chunk size for block fragmentation mode */
1771 int max_fragment_hole; /* max hole size for block fragmentation mode */
4044 int max = atomic_read(&F2FS_I_SB(inode)->max_aw_cnt); \
4045 if (cur > max) \