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()
165 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_setxattr()
197 int __vfs_setxattr_noperm(struct dentry *dentry, const char *name, in __vfs_setxattr_noperm()
247 __vfs_setxattr_locked(struct dentry *dentry, const char *name, in __vfs_setxattr_locked()
274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr()
297 xattr_getsecurity(struct inode *inode, const char *name, void *value, in xattr_getsecurity()
331 vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value, in vfs_getxattr_alloc()
365 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr()
404 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr()
431 __vfs_removexattr(struct dentry *dentry, const char *name) in __vfs_removexattr()
455 __vfs_removexattr_locked(struct dentry *dentry, const char *name, in __vfs_removexattr_locked()
486 vfs_removexattr(struct dentry *dentry, const char *name) in vfs_removexattr()
511 setxattr(struct dentry *d, const char __user *name, const void __user *value, in setxattr()
556 const char __user *name, const void __user *value, in path_setxattr()
578 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
585 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
592 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE5() argument
614 getxattr(struct dentry *d, const char __user *name, void __user *value, in getxattr()
654 const char __user *name, void __user *value, in path_getxattr()
672 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
678 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
684 SYSCALL_DEFINE4(fgetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE4() argument
777 removexattr(struct dentry *d, const char __user *name) in removexattr()
792 const char __user *name, unsigned int lookup_flags) in path_removexattr()
813 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
819 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
825 SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name) in SYSCALL_DEFINE2() argument
896 const char *name) in xattr_full_name()
929 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name, in simple_xattr_get()
968 int simple_xattr_set(struct simple_xattrs *xattrs, const char *name, in simple_xattr_set()
1027 static bool xattr_is_trusted(const char *name) in xattr_is_trusted()
1033 const char *name) in xattr_list_one()