Searched refs:ceph_get_inode (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | crypto.c | 251 dir = ceph_get_inode(parent->i_sb, vino, NULL); in parse_longname()
|
H A D | inode.c | 129 struct inode *ceph_get_inode(struct super_block *sb, struct ceph_vino vino, in ceph_get_inode() function 166 struct inode *inode = ceph_get_inode(parent->i_sb, vino, NULL); in ceph_get_snapdir() 1789 in = ceph_get_inode(req->r_dentry->d_sb, vino, NULL); in readdir_prepopulate_inodes_only() 1995 in = ceph_get_inode(parent->d_sb, tvino, NULL); in ceph_readdir_prepopulate()
|
H A D | super.h | 1031 extern struct inode *ceph_get_inode(struct super_block *sb,
|
H A D | file.c | 820 new_inode = ceph_get_inode(dir->i_sb, vino, new_inode); in ceph_atomic_open()
|
H A D | mds_client.c | 3738 in = ceph_get_inode(mdsc->fsc->sb, tvino, in); in handle_reply()
|