Lines Matching defs:list
280 /* for the list of ino */
282 ORPHAN_INO, /* for orphan ino list */
283 APPEND_INO, /* for append ino list */
284 UPDATE_INO, /* for update ino list */
285 TRANS_DIR_INO, /* for transactions dir ino list */
287 MAX_INO_ENTRY, /* max. list */
291 struct list_head list; /* list head */
296 /* for the list of inodes to be GCed */
298 struct list_head list; /* list head */
303 struct list_head list; /* list head */
322 struct llist_head issue_list; /* list for command issue */
330 struct list_head list; /* list head */
342 /* max discard pend list number */
363 struct list_head list; /* command list */
398 struct list_head entry_list; /* 4KB discard entry list */
404 unsigned int nr_discards; /* # of discards in the list */
424 /* for the list of fsync inodes, used only during recovery */
426 struct list_head list; /* list head */
655 struct list_head list; /* node in global extent list of sbi */
664 struct list_head list; /* to be used by sbi->zombie_list */
674 struct list_head extent_list; /* lru list for shrinker */
675 spinlock_t extent_lock; /* locking extent lru list */
677 struct list_head zombie_list; /* extent zombie tree list */
835 struct list_head dirty_list; /* dirty list for dirs and files */
836 struct list_head gdirty_list; /* linked in global dirty list */
903 FREE_NID, /* newly added to free nid list */
929 struct list_head nat_entries; /* cached nat entry list (clean) */
930 spinlock_t nat_list_lock; /* protect clean nat entry list */
936 struct list_head free_nid_list; /* list for free nids excluding preallocated nids */
1031 struct llist_head issue_list; /* list for command issue */
1032 struct llist_node *dispatch_list; /* list for command dispatch */
1056 struct list_head sit_entry_set; /* sit entry set list */
1199 struct list_head list; /* serialize IOs */
1217 struct list_head list;
1234 struct list_head bio_list; /* bio entry list head */
1235 struct f2fs_rwsem bio_list_lock; /* lock to protect bio entry list */
1263 struct list_head ino_list; /* inode list head */
1586 struct list_head fsync_node_list; /* node list head */
1594 struct list_head inode_list[NR_INODE_TYPE]; /* dirty inode list */
1595 spinlock_t inode_lock[NR_INODE_TYPE]; /* for dirty inode list lock */
1734 struct f2fs_dev_info *devs; /* for device list */