Home
last modified time | relevance | path

Searched defs:delegated_inode (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dfilelock.h449 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) in try_break_deleg()
461 static inline int break_deleg_wait(struct inode **delegated_inode) in break_deleg_wait()
492 static inline int try_break_deleg(struct inode *inode, struct inode **delegated_inode) in try_break_deleg()
497 static inline int break_deleg_wait(struct inode **delegated_inode) in break_deleg_wait()
H A Dfs.h1890 struct inode **delegated_inode; global() member
/linux/fs/
H A Dxattr.c277 int flags, struct inode **delegated_inode) in __vfs_setxattr_locked()
308 struct inode *delegated_inode = NULL; in vfs_setxattr() local
536 struct inode **delegated_inode) in __vfs_removexattr_locked()
570 struct inode *delegated_inode = NULL; in vfs_removexattr() local
H A Dattr.c380 struct iattr *attr, struct inode **delegated_inode) in notify_change()
H A Dposix_acl.c1095 struct inode *delegated_inode = NULL; in vfs_set_acl() local
1216 struct inode *delegated_inode = NULL; in vfs_remove_acl() local
H A Dutimes.c25 struct inode *delegated_inode = NULL; in vfs_utimes() local
H A Dnamei.c4321 struct dentry *dentry, struct inode **delegated_inode) in vfs_unlink() argument
4379 struct inode *delegated_inode = NULL; in do_unlinkat() local
4567 vfs_link(struct dentry * old_dentry,struct mnt_idmap * idmap,struct inode * dir,struct dentry * new_dentry,struct inode ** delegated_inode) vfs_link() argument
4643 struct inode *delegated_inode = NULL; do_linkat() local
4772 struct inode **delegated_inode = rd->delegated_inode; vfs_rename() local
4935 struct inode *delegated_inode = NULL; do_renameat2() local
[all...]
H A Dopen.c636 struct inode *delegated_inode = NULL; in chmod_common() local
760 struct inode *delegated_inode = NULL; in chown_common() local
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h824 struct inode** delegated_inode) in BPF_KPROBE()