Lines Matching defs:entry
398 struct list_head entry_list; /* 4KB discard entry list */
604 /* for in-memory extent cache entry */
839 /* cached extent_tree entry */
926 struct radix_tree_root nat_root;/* root of the nat entry cache */
928 struct f2fs_rwsem nat_tree_lock; /* protect nat entry tree */
929 struct list_head nat_entries; /* cached nat entry list (clean) */
930 spinlock_t nat_list_lock; /* protect clean nat entry list */
1006 CURSEG_HOT_DATA = 0, /* directory entry blocks */
1056 struct list_head sit_entry_set; /* sit entry set list */
1234 struct list_head bio_list; /* bio entry list head */
1235 struct f2fs_rwsem bio_list_lock; /* lock to protect bio entry list */
1261 struct radix_tree_root ino_root; /* ino entry array */
1262 spinlock_t ino_lock; /* for ino entry lock */
1543 struct proc_dir_entry *s_proc; /* proc entry */
1585 spinlock_t fsync_node_lock; /* for node entry lock */
1761 struct kmem_cache *inline_xattr_slab; /* inline xattr entry */
1780 struct kmem_cache *page_array_slab; /* page array entry */
2801 void *entry;
2803 entry = kmem_cache_alloc(cachep, flags);
2804 if (!entry)
2805 entry = kmem_cache_alloc(cachep, flags | __GFP_NOFAIL);
2806 return entry;