Home
last modified time | relevance | path

Searched refs:ceph_inode_frag (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ceph/
Dinode.c145 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag()
150 struct ceph_inode_frag *frag; in __get_or_create_frag()
156 frag = rb_entry(parent, struct ceph_inode_frag, node); in __get_or_create_frag()
186 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag()
191 struct ceph_inode_frag *frag = in __ceph_find_frag()
192 rb_entry(n, struct ceph_inode_frag, node); in __ceph_find_frag()
210 struct ceph_inode_frag *pfrag, int *found) in __ceph_choose_frag()
213 struct ceph_inode_frag *frag; in __ceph_choose_frag()
252 struct ceph_inode_frag *pfrag, int *found) in ceph_choose_frag()
270 struct ceph_inode_frag *frag; in ceph_fill_dirfrag()
[all …]
Dsuper.h252 struct ceph_inode_frag { struct
687 extern struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci,
695 struct ceph_inode_frag *pfrag,
Dmds_client.c1194 struct ceph_inode_frag frag; in __choose_mds()