Searched refs:new_dentry (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | fsnotify.h | 334 struct dentry *new_dentry) in fsnotify_link() argument 337 audit_inode_child(dir, new_dentry, AUDIT_TYPE_CHILD_CREATE); in fsnotify_link() 340 dir, &new_dentry->d_name, 0); in fsnotify_link()
|
| A D | fscrypt.h | 427 struct inode *new_dir, struct dentry *new_dentry, 748 struct dentry *new_dentry, in __fscrypt_prepare_rename() argument 989 struct dentry *new_dentry, in fscrypt_prepare_rename() argument 994 new_dir, new_dentry, flags); in fscrypt_prepare_rename()
|
| A D | security.h | 411 struct dentry *new_dentry); 419 struct inode *new_dir, struct dentry *new_dentry, 911 struct dentry *new_dentry) in security_inode_link() argument 952 struct dentry *new_dentry, in security_inode_rename() argument 2057 struct dentry *new_dentry); 2059 const struct path *new_dir, struct dentry *new_dentry, 2104 struct dentry *new_dentry) in security_path_link() argument 2112 struct dentry *new_dentry, in security_path_rename() argument
|
| A D | lsm_hook_defs.h | 103 const struct path *new_dir, struct dentry *new_dentry) 106 struct dentry *new_dentry, unsigned int flags) 128 struct dentry *new_dentry) 138 struct inode *new_dir, struct dentry *new_dentry)
|
| A D | fs.h | 2026 struct dentry *new_dentry; member 3623 struct inode *new_dir, struct dentry *new_dentry); 3625 struct inode *new_dir, struct dentry *new_dentry); 3675 struct inode *new_dir, struct dentry *new_dentry); 3679 struct dentry *new_dentry);
|
| A D | nfs_xdr.h | 1753 struct dentry *new_dentry; member 1803 struct dentry *new_dentry);
|
| /include/trace/events/ |
| A D | f2fs.h | 890 struct inode *new_dir, struct dentry *new_dentry, 893 TP_ARGS(old_dir, old_dentry, new_dir, new_dentry, flags), 900 __string(new_name, new_dentry->d_name.name) 924 TP_PROTO(struct dentry *old_dentry, struct dentry *new_dentry, 927 TP_ARGS(old_dentry, new_dentry, flags, ret), 933 __string(new_name, new_dentry->d_name.name)
|
Completed in 37 milliseconds