Searched defs:delegated_inode (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/ |
H A D | attr.c | 190 int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **delegated_inode) notify_change() argument
|
H A D | utimes.c | 56 struct inode *delegated_inode = NULL; utimes_common() local
|
H A D | open.c | 503 struct inode *delegated_inode = NULL; chmod_common() local 568 struct inode *delegated_inode = NULL; chown_common() local
|
H A D | namei.c | 3745 int vfs_unlink(struct inode *dir, struct dentry *dentry, struct inode **delegated_inode) vfs_unlink() argument 3798 struct inode *delegated_inode = NULL; do_unlinkat() local 3954 int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode) vfs_link() argument 4022 struct inode *delegated_inode = NULL; SYSCALL_DEFINE5() local 4277 struct inode *delegated_inode = NULL; SYSCALL_DEFINE5() local 4136 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.1.27/include/linux/ |
H A D | fs.h | 2091 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) try_break_deleg() argument 2103 static inline int break_deleg_wait(struct inode **delegated_inode) break_deleg_wait() argument 2167 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) try_break_deleg() argument 2172 static inline int break_deleg_wait(struct inode **delegated_inode) break_deleg_wait() argument
|
Completed in 123 milliseconds