Searched refs:ceph_new_inode (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | dir.c | 912 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 D | super.h | 1026 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry,
|
H A D | file.c | 764 new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_atomic_open()
|
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
|
Completed in 13 milliseconds