Searched refs:ceph_get_inode (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ceph/
H A Dcrypto.c253 dir = ceph_get_inode(parent->i_sb, vino, NULL);
H A Dinode.c123 * ceph_get_inode - find or create/hash a new inode
131 struct inode *ceph_get_inode(struct super_block *sb, struct ceph_vino vino, function
172 struct inode *inode = ceph_get_inode(parent->i_sb, vino, NULL);
1819 in = ceph_get_inode(req->r_dentry->d_sb, vino, NULL);
2026 in = ceph_get_inode(parent->d_sb, tvino, NULL);
H A Dsuper.h1038 extern struct inode *ceph_get_inode(struct super_block *sb,
H A Dfile.c842 new_inode = ceph_get_inode(dir->i_sb, vino, new_inode);
H A Dmds_client.c3904 in = ceph_get_inode(mdsc->fsc->sb, tvino, in);

Completed in 214 milliseconds