Home
last modified time | relevance | path

Searched defs:old_dentry (Results 1 – 25 of 35) sorted by relevance

12

/linux/fs/minix/
H A Dnamei.c96 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link()
191 struct inode *old_dir, struct dentry *old_dentry, in minix_rename()
/linux/fs/nfs/
H A Dunlink.c270 struct dentry *old_dentry = data->old_dentry; nfs_async_rename_done() local
341 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...]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_vfs_accept.c88 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG()
H A Dverifier_vfs_reject.c164 int BPF_PROG(inode_rename, struct inode *old_dir, struct dentry *old_dentry, in BPF_PROG() argument
H A Dlocal_storage.c108 BPF_PROG(inode_rename,struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) BPF_PROG() argument
H A Dprofiler.inc.h819 struct dentry* old_dentry, struct mnt_idmap *idmap, in BPF_KPROBE()
/linux/security/tomoyo/
H A Dtomoyo.c264 static int tomoyo_path_link(struct dentry *old_dentry, const struct path *new_dir, in tomoyo_path_link()
285 struct dentry *old_dentry, in tomoyo_path_rename()
/linux/security/landlock/
H A Dfs.c1128 current_check_refer_path(struct dentry * const old_dentry,const struct path * const new_dir,struct dentry * const new_dentry,const bool removable,const bool exchange) current_check_refer_path() argument
1508 hook_path_link(struct dentry * const old_dentry,const struct path * const new_dir,struct dentry * const new_dentry) hook_path_link() argument
1517 hook_path_rename(const struct path * const old_dir,struct dentry * const old_dentry,const struct path * const new_dir,struct dentry * const new_dentry,const unsigned int flags) hook_path_rename() argument
[all...]
/linux/fs/hfs/
H A Ddir.c291 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
/linux/fs/orangefs/
H A Dnamei.c370 struct dentry *old_dentry, in orangefs_rename()
/linux/fs/jfs/
H A Dnamei.c787 static int jfs_link(struct dentry *old_dentry, in jfs_link()
1070 struct dentry *old_dentry, struct inode *new_dir, in jfs_rename()
/linux/fs/afs/
H A Ddir.c1886 struct dentry *old_dentry = op->dentry; in afs_rename_edit_dir() local
1960 struct dentry *old_dentry = op->dentry; in afs_rename_exchange_edit_dir() local
2061 struct dentry *old_dentry, struct inode *new_dir, in afs_rename()
/linux/fs/9p/
H A Dvfs_inode.c857 v9fs_vfs_rename(struct mnt_idmap * idmap,struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) v9fs_vfs_rename() argument
1267 v9fs_vfs_link(struct dentry * old_dentry,struct inode * dir,struct dentry * dentry) v9fs_vfs_link() argument
[all...]
H A Dvfs_inode_dotl.c734 v9fs_vfs_link_dotl(struct dentry * old_dentry,struct inode * dir,struct dentry * dentry) v9fs_vfs_link_dotl() argument
/linux/fs/ntfs/
H A Dnamei.c1253 ntfs_rename(struct mnt_idmap * idmap,struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) ntfs_rename() argument
1516 ntfs_link(struct dentry * old_dentry,struct inode * dir,struct dentry * dentry) ntfs_link() argument
/linux/fs/hpfs/
H A Dnamei.c504 struct dentry *old_dentry, struct inode *new_dir, in hpfs_rename()
/linux/fs/vboxsf/
H A Ddir.c387 struct dentry *old_dentry, in vboxsf_dir_rename() argument
/linux/fs/ceph/
H A Ddir.c1190 static int ceph_link(struct dentry *old_dentry, struct inode *dir, in ceph_link()
1472 struct dentry *old_dentry, struct inode *new_dir, in ceph_rename()
/linux/drivers/android/
H A Dbinderfs.c348 struct inode *old_dir, struct dentry *old_dentry, in binderfs_rename()
/linux/drivers/android/binder/
H A Drust_binderfs.c339 struct inode *old_dir, struct dentry *old_dentry, in binderfs_rename()
/linux/security/apparmor/
H A Dfile.c431 struct aa_label *label, struct dentry *old_dentry, in aa_path_link()
H A Dlsm.c365 static int apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir, in apparmor_path_link()
383 static int apparmor_path_rename(const struct path *old_dir, struct dentry *old_dentry, in apparmor_path_rename()
/linux/fs/
H A Dnamei.c3963 __start_renaming_dentry(struct renamedata * rd,int lookup_flags,struct dentry * old_dentry,struct qstr * new_last) __start_renaming_dentry() argument
4044 start_renaming_dentry(struct renamedata * rd,int lookup_flags,struct dentry * old_dentry,struct qstr * new_last) start_renaming_dentry() argument
4073 start_renaming_two_dentries(struct renamedata * rd,struct dentry * old_dentry,struct dentry * new_dentry) start_renaming_two_dentries() argument
5734 vfs_link(struct dentry * old_dentry,struct mnt_idmap * idmap,struct inode * dir,struct dentry * new_dentry,struct delegated_inode * delegated_inode) vfs_link() argument
5939 struct dentry *old_dentry = rd->old_dentry; vfs_rename() local
[all...]
/linux/security/
H A Dsecurity.c1515 int security_path_link(struct dentry *old_dentry, const struct path *new_dir, in security_path_link() argument
1535 int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, in security_path_rename() argument
1659 int security_inode_link(struct dentry *old_dentry, struc argument
1770 security_inode_rename(struct inode * old_dir,struct dentry * old_dentry,struct inode * new_dir,struct dentry * new_dentry,unsigned int flags) security_inode_rename() argument
[all...]
/linux/fs/hostfs/
H A Dhostfs_kern.c749 struct inode *old_dir, struct dentry *old_dentry, in hostfs_rename2()

12