Lines Matching refs:ceph_inode_frag
123 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag()
128 struct ceph_inode_frag *frag; in __get_or_create_frag()
134 frag = rb_entry(parent, struct ceph_inode_frag, node); in __get_or_create_frag()
164 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag()
169 struct ceph_inode_frag *frag = in __ceph_find_frag()
170 rb_entry(n, struct ceph_inode_frag, node); in __ceph_find_frag()
188 struct ceph_inode_frag *pfrag, int *found) in __ceph_choose_frag()
191 struct ceph_inode_frag *frag; in __ceph_choose_frag()
230 struct ceph_inode_frag *pfrag, int *found) in ceph_choose_frag()
248 struct ceph_inode_frag *frag; in ceph_fill_dirfrag()
318 static bool is_frag_child(u32 f, struct ceph_inode_frag *frag) in is_frag_child()
332 struct ceph_inode_frag *frag, *prev_frag = NULL; in ceph_fill_fragtree()
349 frag = rb_entry(rb_node, struct ceph_inode_frag, node); in ceph_fill_fragtree()
379 frag = rb_entry(rb_node, struct ceph_inode_frag, node); in ceph_fill_fragtree()
410 frag = rb_entry(rb_node, struct ceph_inode_frag, node); in ceph_fill_fragtree()
545 struct ceph_inode_frag *frag; in ceph_evict_inode()
585 frag = rb_entry(n, struct ceph_inode_frag, node); in ceph_evict_inode()