Searched refs:ceph_inode_frag (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ceph/ |
H A D | inode.c | 301 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag() 308 struct ceph_inode_frag *frag; in __get_or_create_frag() 314 frag = rb_entry(parent, struct ceph_inode_frag, node); in __get_or_create_frag() 343 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag() 348 struct ceph_inode_frag *frag = in __ceph_find_frag() 349 rb_entry(n, struct ceph_inode_frag, node); in __ceph_find_frag() 367 struct ceph_inode_frag *pfrag, int *found) in __ceph_choose_frag() 371 struct ceph_inode_frag *frag; in __ceph_choose_frag() 410 struct ceph_inode_frag *pfrag, int *found) in ceph_choose_frag() 429 struct ceph_inode_frag *frag; in ceph_fill_dirfrag() [all …]
|
H A D | super.h | 270 struct ceph_inode_frag { struct 738 extern struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, 746 struct ceph_inode_frag *pfrag,
|
H A D | mds_client.c | 1368 struct ceph_inode_frag frag; in __choose_mds()
|