Searched defs:delegated_inode (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ |
D | attr.c | 190 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) in notify_change()
|
D | utimes.c | 56 struct inode *delegated_inode = NULL; in utimes_common() local
|
D | namei.c | 3781 int vfs_unlink(struct inode *dir, struct dentry *dentry, struct inode **delegated_inode) in vfs_unlink() 3836 struct inode *delegated_inode = NULL; in do_unlinkat() local 3992 …t dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) in vfs_link() 4060 struct inode *delegated_inode = NULL; in SYSCALL_DEFINE5() local 4176 struct inode **delegated_inode, unsigned int flags) in vfs_rename() 4320 struct inode *delegated_inode = NULL; in SYSCALL_DEFINE5() local
|
D | open.c | 505 struct inode *delegated_inode = NULL; in chmod_common() local 570 struct inode *delegated_inode = NULL; in chown_common() local
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2116 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) in try_break_deleg() 2128 static inline int break_deleg_wait(struct inode **delegated_inode) in break_deleg_wait() 2192 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) in try_break_deleg() 2197 static inline int break_deleg_wait(struct inode **delegated_inode) in break_deleg_wait()
|