Lines Matching defs:name
56 xattr_resolve_name(struct inode *inode, const char **name) in xattr_resolve_name()
89 const char *name, int mask) in xattr_permission()
170 struct inode *inode, const char *name, const void *value, in __vfs_setxattr()
205 struct dentry *dentry, const char *name, in __vfs_setxattr_noperm()
258 const char *name, const void *value, size_t size, in __vfs_setxattr_locked()
287 const char *name, const void *value, size_t size, int flags) in vfs_setxattr()
321 const char *name, void *value, size_t size) in xattr_getsecurity()
357 const char *name, char **xattr_value, size_t xattr_size, in vfs_getxattr_alloc()
391 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr()
407 const char *name, void *value, size_t size) in vfs_getxattr()
460 const char *name) in __vfs_removexattr()
487 struct dentry *dentry, const char *name, in __vfs_removexattr_locked()
519 const char *name) in vfs_removexattr()
545 int setxattr_copy(const char __user *name, struct xattr_ctx *ctx) in setxattr_copy()
594 const char __user *name, const void __user *value, size_t size, in setxattr()
618 const char __user *name, const void __user *value, in path_setxattr()
642 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
649 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
656 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE5() argument
681 const char __user *name, void __user *value, size_t size) in getxattr()
721 const char __user *name, void __user *value, in path_getxattr()
739 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
745 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
751 SYSCALL_DEFINE4(fgetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE4() argument
846 const char __user *name) in removexattr()
861 const char __user *name, unsigned int lookup_flags) in path_removexattr()
882 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
888 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
894 SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name) in SYSCALL_DEFINE2() argument
966 const char *name) in xattr_full_name()
999 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name, in simple_xattr_get()
1038 int simple_xattr_set(struct simple_xattrs *xattrs, const char *name, in simple_xattr_set()
1097 static bool xattr_is_trusted(const char *name) in xattr_is_trusted()
1103 const char *name) in xattr_list_one()