/linux-4.4.14/include/linux/ |
D | radix-tree.h | 107 struct radix_tree_root { struct 120 struct radix_tree_root name = RADIX_TREE_INIT(mask) argument 263 int __radix_tree_create(struct radix_tree_root *root, unsigned long index, 265 int radix_tree_insert(struct radix_tree_root *, unsigned long, void *); 266 void *__radix_tree_lookup(struct radix_tree_root *root, unsigned long index, 268 void *radix_tree_lookup(struct radix_tree_root *, unsigned long); 269 void **radix_tree_lookup_slot(struct radix_tree_root *, unsigned long); 270 bool __radix_tree_delete_node(struct radix_tree_root *root, 272 void *radix_tree_delete_item(struct radix_tree_root *, unsigned long, void *); 273 void *radix_tree_delete(struct radix_tree_root *, unsigned long); [all …]
|
D | iocontext.h | 113 struct radix_tree_root icq_tree;
|
D | backing-dev-defs.h | 157 struct radix_tree_root cgwb_tree; /* radix tree of active cgroup wbs */
|
D | fscache.h | 186 struct radix_tree_root stores; /* pages to be stored on this cookie */
|
D | irqdomain.h | 162 struct radix_tree_root revmap_tree;
|
D | blk-cgroup.h | 47 struct radix_tree_root blkg_tree;
|
D | fs.h | 428 struct radix_tree_root page_tree; /* radix tree of all pages */
|
/linux-4.4.14/lib/ |
D | radix-tree.c | 83 static inline gfp_t root_gfp_mask(struct radix_tree_root *root) in root_gfp_mask() 106 static inline void root_tag_set(struct radix_tree_root *root, unsigned int tag) in root_tag_set() 111 static inline void root_tag_clear(struct radix_tree_root *root, unsigned int tag) in root_tag_clear() 116 static inline void root_tag_clear_all(struct radix_tree_root *root) in root_tag_clear_all() 121 static inline int root_tag_get(struct radix_tree_root *root, unsigned int tag) in root_tag_get() 181 radix_tree_node_alloc(struct radix_tree_root *root) in radix_tree_node_alloc() 326 static int radix_tree_extend(struct radix_tree_root *root, unsigned long index) in radix_tree_extend() 390 int __radix_tree_create(struct radix_tree_root *root, unsigned long index, in __radix_tree_create() 448 int radix_tree_insert(struct radix_tree_root *root, in radix_tree_insert() 491 void *__radix_tree_lookup(struct radix_tree_root *root, unsigned long index, in __radix_tree_lookup() [all …]
|
/linux-4.4.14/fs/xfs/ |
D | xfs_qm.h | 61 struct radix_tree_root qi_uquota_tree; 62 struct radix_tree_root qi_gquota_tree; 63 struct radix_tree_root qi_pquota_tree; 88 static inline struct radix_tree_root *
|
D | xfs_mount.h | 96 struct radix_tree_root m_perag_tree; /* per-ag accounting info */ 302 struct radix_tree_root pag_ici_root; /* incore inode cache root */
|
D | xfs_mru_cache.c | 104 struct radix_tree_root store; /* Core storage data structure. */
|
D | xfs_dquot.c | 704 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget()
|
D | xfs_qm.c | 69 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dquot_walk()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.h | 40 struct radix_tree_root iroot;
|
D | f2fs.h | 516 struct radix_tree_root nat_root;/* root of the nat entry cache */ 517 struct radix_tree_root nat_set_root;/* root of the nat set cache */ 524 struct radix_tree_root free_nid_root;/* root of the free_nid cache */ 700 struct radix_tree_root ino_root; /* ino entry array */ 752 struct radix_tree_root extent_tree_root;/* cache extent cache entries */ 1305 static inline void f2fs_radix_tree_insert(struct radix_tree_root *root, in f2fs_radix_tree_insert()
|
D | extent_cache.c | 554 struct radix_tree_root *root = &sbi->extent_tree_root; in f2fs_shrink_extent_tree()
|
/linux-4.4.14/drivers/pinctrl/ |
D | core.h | 42 struct radix_tree_root pin_desc_tree;
|
D | pinctrl-single.c | 228 struct radix_tree_root pgtree; 229 struct radix_tree_root ftree;
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 405 struct radix_tree_root tree; 412 struct radix_tree_root tree; 419 struct radix_tree_root tree; 426 struct radix_tree_root tree;
|
/linux-4.4.14/fs/btrfs/ |
D | volumes.h | 143 struct radix_tree_root reada_zones; 144 struct radix_tree_root reada_extents;
|
D | ctree.h | 1437 struct radix_tree_root fs_roots_radix; 1781 struct radix_tree_root reada_tree; 1785 struct radix_tree_root buffer_radix; 1936 struct radix_tree_root delayed_nodes_tree;
|
D | send.c | 123 struct radix_tree_root name_cache;
|
D | inode.c | 7317 struct radix_tree_root *root = &inode->i_mapping->page_tree; in btrfs_page_exists_in_range()
|
/linux-4.4.14/drivers/sh/intc/ |
D | internals.h | 56 struct radix_tree_root tree;
|
/linux-4.4.14/drivers/block/ |
D | brd.c | 48 struct radix_tree_root brd_pages;
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci.h | 832 struct radix_tree_root trb_address_map; 1398 struct radix_tree_root *trb_address_map;
|
D | xhci-mem.c | 183 static int xhci_insert_segment_mapping(struct radix_tree_root *trb_address_map, in xhci_insert_segment_mapping() 205 static void xhci_remove_segment_mapping(struct radix_tree_root *trb_address_map, in xhci_remove_segment_mapping() 216 struct radix_tree_root *trb_address_map, in xhci_update_stream_segment_mapping()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 769 struct radix_tree_root guest_to_host; 770 struct radix_tree_root host_to_guest;
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4.h | 674 struct radix_tree_root tree; 695 struct radix_tree_root tree;
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 409 struct radix_tree_root coh_tree;
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 847 struct radix_tree_root qp_table_tree;
|
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 174 static void gmap_radix_tree_free(struct radix_tree_root *root) in gmap_radix_tree_free()
|