Lines Matching defs:list

251 /* for the list of ino */
253 ORPHAN_INO, /* for orphan ino list */
254 APPEND_INO, /* for append ino list */
255 UPDATE_INO, /* for update ino list */
256 TRANS_DIR_INO, /* for trasactions dir ino list */
258 MAX_INO_ENTRY, /* max. list */
262 struct list_head list; /* list head */
267 /* for the list of inodes to be GCed */
269 struct list_head list; /* list head */
274 struct list_head list; /* list head */
281 struct list_head list; /* list head */
292 /* max discard pend list number */
324 struct list_head list; /* command list */
372 struct list_head entry_list; /* 4KB discard entry list */
379 unsigned int nr_discards; /* # of discards in the list */
392 /* for the list of fsync inodes, used only during recovery */
394 struct list_head list; /* list head */
585 struct list_head list; /* node in global extent list of sbi */
594 struct list_head list; /* to be used by sbi->zombie_list */
741 struct list_head dirty_list; /* dirty list for dirs and files */
742 struct list_head gdirty_list; /* linked in global dirty list */
743 struct list_head inmem_ilist; /* list for inmem inodes */
844 FREE_NID, /* newly added to free nid list */
869 struct list_head nat_entries; /* cached nat entry list (clean) */
870 spinlock_t nat_list_lock; /* protect clean nat entry list */
876 struct list_head free_nid_list; /* list for free nids excluding preallocated nids */
970 struct llist_head issue_list; /* list for command issue */
971 struct llist_node *dispatch_list; /* list for command dispatch */
998 struct list_head sit_entry_set; /* sit entry set list */
1138 struct list_head list; /* serialize IOs */
1155 struct list_head list;
1167 struct list_head bio_list; /* bio entry list head */
1168 struct rw_semaphore bio_list_lock; /* lock to protect bio entry list */
1197 struct list_head ino_list; /* inode list head */
1283 * the page is atomically written, and it is in inmem_pages list.
1433 struct list_head fsync_node_list; /* node list head */
1441 struct list_head inode_list[NR_INODE_TYPE]; /* dirty inode list */
1442 spinlock_t inode_lock[NR_INODE_TYPE]; /* for dirty inode list lock */
1448 struct list_head extent_list; /* lru list for shrinker */
1449 spinlock_t extent_lock; /* locking extent lru list */
1451 struct list_head zombie_list; /* extent zombie tree list */
1572 struct f2fs_dev_info *devs; /* for device list */