Lines Matching defs:name

57 xattr_resolve_name(struct inode *inode, const char **name)  in xattr_resolve_name()
115 const char *name, int mask) in xattr_permission()
186 struct inode *inode, const char *name, const void *value, in __vfs_setxattr()
224 struct dentry *dentry, const char *name, in __vfs_setxattr_noperm()
277 const char *name, const void *value, size_t size, in __vfs_setxattr_locked()
306 const char *name, const void *value, size_t size, int flags) in vfs_setxattr()
340 const char *name, void *value, size_t size) in xattr_getsecurity()
377 const char *name, char **xattr_value, size_t xattr_size, in vfs_getxattr_alloc()
411 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr()
430 const char *name, void *value, size_t size) in vfs_getxattr()
506 const char *name) in __vfs_removexattr()
536 struct dentry *dentry, const char *name, in __vfs_removexattr_locked()
568 const char *name) in vfs_removexattr()
594 int setxattr_copy(const char __user *name, struct xattr_ctx *ctx) in setxattr_copy()
635 const char __user *name, const void __user *value, in path_setxattr()
673 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
680 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
687 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE5() argument
755 const char __user *name, void __user *value, size_t size) in getxattr()
780 const char __user *name, void __user *value, in path_getxattr()
798 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
804 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
810 SYSCALL_DEFINE4(fgetxattr, int, fd, const char __user *, name, in SYSCALL_DEFINE4() argument
904 removexattr(struct mnt_idmap *idmap, struct dentry *d, const char *name) in removexattr()
912 const char __user *name, unsigned int lookup_flags) in path_removexattr()
940 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
946 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
952 SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name) in SYSCALL_DEFINE2() argument
978 int xattr_list_one(char **buffer, ssize_t *remaining_size, const char *name) in xattr_list_one()
1039 const char *name) in xattr_full_name()
1058 size_t simple_xattr_space(const char *name, size_t size) in simple_xattr_space()
1162 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name, in simple_xattr_get()
1212 const char *name, const void *value, in simple_xattr_set()
1289 static bool xattr_is_trusted(const char *name) in xattr_is_trusted()