Searched refs:ceph_inode_frag (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ceph/ |
D | inode.c | 115 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag() 120 struct ceph_inode_frag *frag; in __get_or_create_frag() 126 frag = rb_entry(parent, struct ceph_inode_frag, node); in __get_or_create_frag() 156 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag() 161 struct ceph_inode_frag *frag = in __ceph_find_frag() 162 rb_entry(n, struct ceph_inode_frag, node); in __ceph_find_frag() 180 struct ceph_inode_frag *pfrag, int *found) in __ceph_choose_frag() 183 struct ceph_inode_frag *frag; in __ceph_choose_frag() 222 struct ceph_inode_frag *pfrag, int *found) in ceph_choose_frag() 240 struct ceph_inode_frag *frag; in ceph_fill_dirfrag() [all …]
|
D | super.h | 226 struct ceph_inode_frag { struct 581 extern struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, 589 struct ceph_inode_frag *pfrag,
|
D | mds_client.c | 818 struct ceph_inode_frag frag; in __choose_mds()
|