Lines Matching refs:ceph_inode_frag
116 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag()
121 struct ceph_inode_frag *frag; in __get_or_create_frag()
127 frag = rb_entry(parent, struct ceph_inode_frag, node); in __get_or_create_frag()
160 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag()
165 struct ceph_inode_frag *frag = in __ceph_find_frag()
166 rb_entry(n, struct ceph_inode_frag, node); in __ceph_find_frag()
184 struct ceph_inode_frag *pfrag, int *found) in __ceph_choose_frag()
187 struct ceph_inode_frag *frag; in __ceph_choose_frag()
226 struct ceph_inode_frag *pfrag, int *found) in ceph_choose_frag()
244 struct ceph_inode_frag *frag; in ceph_fill_dirfrag()
308 struct ceph_inode_frag *frag; in ceph_fill_fragtree()
323 frag = rb_entry(rb_node, struct ceph_inode_frag, node); in ceph_fill_fragtree()
341 frag = rb_entry(rb_node, struct ceph_inode_frag, node); in ceph_fill_fragtree()
363 frag = rb_entry(rb_node, struct ceph_inode_frag, node); in ceph_fill_fragtree()
483 struct ceph_inode_frag *frag; in ceph_destroy_inode()
510 frag = rb_entry(n, struct ceph_inode_frag, node); in ceph_destroy_inode()