Searched defs:delegated_inode (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/fs/
H A Dattr.c190 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) notify_change() argument
H A Dutimes.c56 struct inode *delegated_inode = NULL; utimes_common() local
H A Dopen.c505 struct inode *delegated_inode = NULL; chmod_common() local
570 struct inode *delegated_inode = NULL; chown_common() local
H A Dnamei.c3781 int vfs_unlink(struct inode *dir, struct dentry *dentry, struct inode **delegated_inode) vfs_unlink() argument
3836 struct inode *delegated_inode = NULL; do_unlinkat() local
3992 int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) vfs_link() argument
4060 struct inode *delegated_inode = NULL; SYSCALL_DEFINE5() local
4320 struct inode *delegated_inode = NULL; SYSCALL_DEFINE5() local
4174 vfs_rename(struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry, struct inode **delegated_inode, unsigned int flags) vfs_rename() argument
/linux-4.4.14/include/linux/
H A Dfs.h2116 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) try_break_deleg() argument
2128 static inline int break_deleg_wait(struct inode **delegated_inode) break_deleg_wait() argument
2192 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) try_break_deleg() argument
2197 static inline int break_deleg_wait(struct inode **delegated_inode) break_deleg_wait() argument

Completed in 261 milliseconds