Searched refs:ceph_new_inode (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ceph/ |
H A D | dir.c | 940 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mknod() 1051 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_symlink() 1143 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mkdir()
|
H A D | super.h | 1033 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry,
|
H A D | inode.c | 59 * ceph_new_inode - allocate a new inode in advance of an expected create 71 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry, in ceph_new_inode() function
|
H A D | file.c | 846 new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_atomic_open()
|