Searched defs:delegated_inode (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 | 3745 int vfs_unlink(struct inode *dir, struct dentry *dentry, struct inode **delegated_inode) in vfs_unlink() 3798 struct inode *delegated_inode = NULL; in do_unlinkat() local 3954 …t dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) in vfs_link() 4022 struct inode *delegated_inode = NULL; in SYSCALL_DEFINE5() local 4138 struct inode **delegated_inode, unsigned int flags) in vfs_rename() 4277 struct inode *delegated_inode = NULL; in SYSCALL_DEFINE5() local
|
D | open.c | 503 struct inode *delegated_inode = NULL; in chmod_common() local 568 struct inode *delegated_inode = NULL; in chown_common() local
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2091 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) in try_break_deleg() 2103 static inline int break_deleg_wait(struct inode **delegated_inode) in break_deleg_wait() 2167 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) in try_break_deleg() 2172 static inline int break_deleg_wait(struct inode **delegated_inode) in break_deleg_wait()
|