Home
last modified time | relevance | path

Searched defs:old_dentry (Results 1 - 25 of 145) sorted by relevance

123456

/kernel/linux/linux-5.10/fs/orangefs/
H A Dnamei.c375 orangefs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) orangefs_rename() argument
/kernel/linux/linux-6.6/fs/orangefs/
H A Dnamei.c378 orangefs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) orangefs_rename() argument
/kernel/linux/linux-5.10/fs/crypto/
H A Dhooks.c72 int __fscrypt_prepare_rename(struct inode *old_dir, struct dentry *old_dentry, in __fscrypt_prepare_rename() argument
/kernel/linux/linux-5.10/fs/ufs/
H A Dnamei.c148 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() argument
243 static int ufs_rename(struct inode *old_dir, struct dentry *old_dentry, in ufs_rename() argument
/kernel/linux/linux-5.10/fs/sysv/
H A Dnamei.c99 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() argument
189 static int sysv_rename(struct inode * old_dir, struct dentry * old_dentry, in sysv_rename() argument
/kernel/linux/linux-5.10/fs/hfs/
H A Ddir.c282 static int hfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hfs_rename() argument
/kernel/linux/linux-5.10/fs/minix/
H A Dnamei.c101 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() argument
184 static int minix_rename(struct inode * old_dir, struct dentry *old_dentry, in minix_rename() argument
/kernel/linux/linux-6.6/fs/minix/
H A Dnamei.c96 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() argument
177 minix_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) minix_rename() argument
/kernel/linux/linux-6.6/fs/ufs/
H A Dnamei.c150 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() argument
246 ufs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) ufs_rename() argument
/kernel/linux/linux-6.6/fs/sysv/
H A Dnamei.c101 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() argument
191 sysv_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) sysv_rename() argument
/kernel/linux/linux-6.6/fs/hfs/
H A Ddir.c283 hfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, unsigned int flags) hfs_rename() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c108 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() argument
/kernel/linux/linux-5.10/fs/hfsplus/
H A Ddir.c531 static int hfsplus_rename(struct inode *old_dir, struct dentry *old_dentry, in hfsplus_rename() argument
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_merge_view.h65 struct dentry *old_dentry; member
H A Dinode_cloud.c378 int hmdfs_rename_cloud(struct inode *old_dir, struct dentry *old_dentry, in hmdfs_rename_cloud() argument
/kernel/linux/linux-5.10/fs/
H A Dbad_inode.c42 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link() argument
76 static int bad_inode_rename2(struct inode *old_dir, struct dentry *old_dentry, in bad_inode_rename2() argument
/kernel/linux/linux-5.10/fs/bfs/
H A Ddir.c202 static int bfs_rename(struct inode *old_dir, struct dentry *old_dentry, in bfs_rename() argument
/kernel/linux/linux-5.10/fs/ext2/
H A Dnamei.c204 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() argument
318 static int ext2_rename (struct inode * old_dir, struct dentry * old_dentry, in ext2_rename() argument
/kernel/linux/linux-5.10/fs/omfs/
H A Ddir.c372 static int omfs_rename(struct inode *old_dir, struct dentry *old_dentry, in omfs_rename() argument
/kernel/linux/linux-5.10/fs/sharefs/
H A Dinode.c210 static int sharefs_rename(struct inode *old_dir, struct dentry *old_dentry, in sharefs_rename() argument
/kernel/linux/linux-5.10/fs/vboxsf/
H A Ddir.c388 vboxsf_dir_rename(struct inode *old_parent, struct dentry *old_dentry, struct inode *new_parent, struct dentry *new_dentry, unsigned int flags) vboxsf_dir_rename() argument
/kernel/linux/linux-5.10/fs/hpfs/
H A Dnamei.c510 static int hpfs_rename(struct inode *old_dir, struct dentry *old_dentry, in hpfs_rename() argument
/kernel/linux/linux-5.10/fs/jffs2/
H A Ddir.c243 static int jffs2_link (struct dentry *old_dentry, struct inode *dir_i, struct dentry *dentry) in jffs2_link() argument
759 static int jffs2_rename (struct inode *old_dir_i, struct dentry *old_dentry, in jffs2_rename() argument
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dunlink.c263 struct dentry *old_dentry = data->old_dentry; in nfs_async_rename_done() local
333 nfs_async_rename(struct inode *old_dir, struct inode *new_dir, struct dentry *old_dentry, struct dentry *new_dentry, void (*complete)(struct rpc_task *, struct nfs_renamedata *)) nfs_async_rename() argument
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dnamei.c176 static int nilfs_link(struct dentry *old_dentry, struct inode *dir, in nilfs_link() argument
341 static int nilfs_rename(struct inode *old_dir, struct dentry *old_dentry, in nilfs_rename() argument

Completed in 14 milliseconds

123456