• Home
  • Raw
  • Download

Lines Matching defs:name

54 xattr_resolve_name(struct inode *inode, const char **name)  in xattr_resolve_name()
86 xattr_permission(struct inode *inode, const char *name, int mask) in xattr_permission()
138 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_setxattr()
170 int __vfs_setxattr_noperm(struct dentry *dentry, const char *name, in __vfs_setxattr_noperm()
220 __vfs_setxattr_locked(struct dentry *dentry, const char *name, in __vfs_setxattr_locked()
247 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr()
270 xattr_getsecurity(struct inode *inode, const char *name, void *value, in xattr_getsecurity()
304 vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value, in vfs_getxattr_alloc()
338 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr()
377 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr()
404 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr()
428 __vfs_removexattr_locked(struct dentry *dentry, const char *name, in __vfs_removexattr_locked()
459 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr()
484 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr()
529 const char __user *name, const void __user *value, in path_setxattr()
551 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
558 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
565 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE5() argument
587 getxattr(struct dentry *d, const char __user *name, void __user *value, in getxattr()
627 const char __user *name, void __user *value, in path_getxattr()
645 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
651 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
657 SYSCALL_DEFINE4(fgetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE4() argument
750 removexattr(struct dentry *d, const char __user *name) in removexattr()
765 const char __user *name, unsigned int lookup_flags) in path_removexattr()
786 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
792 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
798 SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name) in SYSCALL_DEFINE2() argument
869 const char *name) in xattr_full_name()
902 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name, in simple_xattr_get()
940 int simple_xattr_set(struct simple_xattrs *xattrs, const char *name, in simple_xattr_set()
991 static bool xattr_is_trusted(const char *name) in xattr_is_trusted()
997 const char *name) in xattr_list_one()