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

/linux-master/fs/ceph/
H A Dinode.c255 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci,
262 struct ceph_inode_frag *frag;
268 frag = rb_entry(parent, struct ceph_inode_frag, node);
297 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f)
302 struct ceph_inode_frag *frag =
303 rb_entry(n, struct ceph_inode_frag, node);
321 struct ceph_inode_frag *pfrag, int *found)
325 struct ceph_inode_frag *frag;
364 struct ceph_inode_frag *pfrag, int *found)
383 struct ceph_inode_frag *fra
[all...]
H A Dsuper.h269 struct ceph_inode_frag { struct
737 extern struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci,
745 struct ceph_inode_frag *pfrag,
H A Dmds_client.c1368 struct ceph_inode_frag frag;

Completed in 128 milliseconds