Home
last modified time | relevance | path

Searched refs:ceph_new_inode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ceph/
H A Ddir.c912 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mknod()
1020 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_symlink()
1108 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mkdir()
H A Dsuper.h1027 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry,
H A Dinode.c71 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry, in ceph_new_inode() function
H A Dfile.c764 new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_atomic_open()