Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Ddir.c940 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()
1142 req->r_new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_mkdir()
Dsuper.h1034 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry,
Dfile.c846 new_inode = ceph_new_inode(dir, dentry, &mode, &as_ctx); in ceph_atomic_open()
Dinode.c71 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry, in ceph_new_inode() function