| /Linux-v4.19/fs/afs/ |
| D | xattr.c | 39 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell() 57 static const struct xattr_handler afs_xattr_afs_cell_handler = { 66 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid() 85 static const struct xattr_handler afs_xattr_afs_fid_handler = { 93 static int afs_xattr_get_volume(const struct xattr_handler *handler, in afs_xattr_get_volume() 111 static const struct xattr_handler afs_xattr_afs_volume_handler = { 116 const struct xattr_handler *afs_xattr_handlers[] = {
|
| /Linux-v4.19/fs/hfsplus/ |
| D | xattr.h | 15 extern const struct xattr_handler hfsplus_xattr_osx_handler; 16 extern const struct xattr_handler hfsplus_xattr_user_handler; 17 extern const struct xattr_handler hfsplus_xattr_trusted_handler; 18 extern const struct xattr_handler hfsplus_xattr_security_handler; 20 extern const struct xattr_handler *hfsplus_xattr_handlers[];
|
| D | xattr_trusted.c | 15 static int hfsplus_trusted_getxattr(const struct xattr_handler *handler, in hfsplus_trusted_getxattr() 24 static int hfsplus_trusted_setxattr(const struct xattr_handler *handler, in hfsplus_trusted_setxattr() 33 const struct xattr_handler hfsplus_xattr_trusted_handler = {
|
| D | xattr_user.c | 15 static int hfsplus_user_getxattr(const struct xattr_handler *handler, in hfsplus_user_getxattr() 24 static int hfsplus_user_setxattr(const struct xattr_handler *handler, in hfsplus_user_setxattr() 33 const struct xattr_handler hfsplus_xattr_user_handler = {
|
| /Linux-v4.19/drivers/staging/erofs/ |
| D | xattr.h | 46 extern const struct xattr_handler erofs_xattr_user_handler; 47 extern const struct xattr_handler erofs_xattr_trusted_handler; 49 extern const struct xattr_handler erofs_xattr_security_handler; 52 static inline const struct xattr_handler *erofs_xattr_handler(unsigned index) in erofs_xattr_handler() 54 static const struct xattr_handler *xattr_handler_map[] = { in erofs_xattr_handler()
|
| /Linux-v4.19/fs/fuse/ |
| D | xattr.c | 177 static int fuse_xattr_get(const struct xattr_handler *handler, in fuse_xattr_get() 184 static int fuse_xattr_set(const struct xattr_handler *handler, in fuse_xattr_set() 200 static int no_xattr_get(const struct xattr_handler *handler, in no_xattr_get() 207 static int no_xattr_set(const struct xattr_handler *handler, in no_xattr_set() 215 static const struct xattr_handler fuse_xattr_handler = { 221 const struct xattr_handler *fuse_xattr_handlers[] = { 226 const struct xattr_handler *fuse_acl_xattr_handlers[] = { 233 static const struct xattr_handler fuse_no_acl_access_xattr_handler = { 241 static const struct xattr_handler fuse_no_acl_default_xattr_handler = { 249 const struct xattr_handler *fuse_no_acl_xattr_handlers[] = {
|
| /Linux-v4.19/include/linux/ |
| D | xattr.h | 28 struct xattr_handler { struct 33 int (*get)(const struct xattr_handler *, struct dentry *dentry, argument 36 int (*set)(const struct xattr_handler *, struct dentry *dentry, argument 41 const char *xattr_full_name(const struct xattr_handler *, const char *); 62 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix()
|
| /Linux-v4.19/fs/f2fs/ |
| D | xattr.h | 114 extern const struct xattr_handler f2fs_xattr_user_handler; 115 extern const struct xattr_handler f2fs_xattr_trusted_handler; 116 extern const struct xattr_handler f2fs_xattr_advise_handler; 117 extern const struct xattr_handler f2fs_xattr_security_handler; 119 extern const struct xattr_handler *f2fs_xattr_handlers[];
|
| D | xattr.c | 28 static int f2fs_xattr_generic_get(const struct xattr_handler *handler, in f2fs_xattr_generic_get() 49 static int f2fs_xattr_generic_set(const struct xattr_handler *handler, in f2fs_xattr_generic_set() 83 static int f2fs_xattr_advise_get(const struct xattr_handler *handler, in f2fs_xattr_advise_get() 92 static int f2fs_xattr_advise_set(const struct xattr_handler *handler, in f2fs_xattr_advise_set() 142 const struct xattr_handler f2fs_xattr_user_handler = { 150 const struct xattr_handler f2fs_xattr_trusted_handler = { 158 const struct xattr_handler f2fs_xattr_advise_handler = { 165 const struct xattr_handler f2fs_xattr_security_handler = { 172 static const struct xattr_handler *f2fs_xattr_handler_map[] = { 185 const struct xattr_handler *f2fs_xattr_handlers[] = { [all …]
|
| /Linux-v4.19/fs/9p/ |
| D | xattr.c | 140 static int v9fs_xattr_handler_get(const struct xattr_handler *handler, in v9fs_xattr_handler_get() 149 static int v9fs_xattr_handler_set(const struct xattr_handler *handler, in v9fs_xattr_handler_set() 159 static struct xattr_handler v9fs_xattr_user_handler = { 165 static struct xattr_handler v9fs_xattr_trusted_handler = { 172 static struct xattr_handler v9fs_xattr_security_handler = { 179 const struct xattr_handler *v9fs_xattr_handlers[] = {
|
| D | xattr.h | 21 extern const struct xattr_handler *v9fs_xattr_handlers[]; 22 extern const struct xattr_handler v9fs_xattr_acl_access_handler; 23 extern const struct xattr_handler v9fs_xattr_acl_default_handler;
|
| /Linux-v4.19/fs/squashfs/ |
| D | xattr.c | 37 static const struct xattr_handler *squashfs_xattr_handler(int); 60 const struct xattr_handler *handler; in squashfs_listxattr() 216 static int squashfs_xattr_handler_get(const struct xattr_handler *handler, in squashfs_xattr_handler_get() 229 static const struct xattr_handler squashfs_xattr_user_handler = { 243 static const struct xattr_handler squashfs_xattr_trusted_handler = { 253 static const struct xattr_handler squashfs_xattr_security_handler = { 259 static const struct xattr_handler *squashfs_xattr_handler(int type) in squashfs_xattr_handler() 278 const struct xattr_handler *squashfs_xattr_handlers[] = {
|
| /Linux-v4.19/fs/ocfs2/ |
| D | xattr.h | 40 extern const struct xattr_handler ocfs2_xattr_user_handler; 41 extern const struct xattr_handler ocfs2_xattr_trusted_handler; 42 extern const struct xattr_handler ocfs2_xattr_security_handler; 43 extern const struct xattr_handler *ocfs2_xattr_handlers[];
|
| /Linux-v4.19/fs/xfs/ |
| D | xfs_xattr.c | 23 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get() 65 xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_set() 89 static const struct xattr_handler xfs_xattr_user_handler = { 96 static const struct xattr_handler xfs_xattr_trusted_handler = { 103 static const struct xattr_handler xfs_xattr_security_handler = { 110 const struct xattr_handler *xfs_xattr_handlers[] = {
|
| /Linux-v4.19/fs/ext2/ |
| D | xattr.h | 61 extern const struct xattr_handler ext2_xattr_user_handler; 62 extern const struct xattr_handler ext2_xattr_trusted_handler; 63 extern const struct xattr_handler ext2_xattr_security_handler; 75 extern const struct xattr_handler *ext2_xattr_handlers[];
|
| D | xattr_trusted.c | 19 ext2_xattr_trusted_get(const struct xattr_handler *handler, in ext2_xattr_trusted_get() 28 ext2_xattr_trusted_set(const struct xattr_handler *handler, in ext2_xattr_trusted_set() 37 const struct xattr_handler ext2_xattr_trusted_handler = {
|
| D | xattr_user.c | 21 ext2_xattr_user_get(const struct xattr_handler *handler, in ext2_xattr_user_get() 32 ext2_xattr_user_set(const struct xattr_handler *handler, in ext2_xattr_user_set() 44 const struct xattr_handler ext2_xattr_user_handler = {
|
| /Linux-v4.19/fs/cifs/ |
| D | xattr.c | 50 static int cifs_xattr_set(const struct xattr_handler *handler, in cifs_xattr_set() 202 static int cifs_xattr_get(const struct xattr_handler *handler, in cifs_xattr_get() 354 static const struct xattr_handler cifs_user_xattr_handler = { 362 static const struct xattr_handler cifs_os2_xattr_handler = { 369 static const struct xattr_handler cifs_cifs_acl_xattr_handler = { 382 static const struct xattr_handler smb3_acl_xattr_handler = { 389 static const struct xattr_handler cifs_posix_acl_access_xattr_handler = { 396 static const struct xattr_handler cifs_posix_acl_default_xattr_handler = { 403 const struct xattr_handler *cifs_xattr_handlers[] = {
|
| /Linux-v4.19/fs/jffs2/ |
| D | xattr_user.c | 19 static int jffs2_user_getxattr(const struct xattr_handler *handler, in jffs2_user_getxattr() 27 static int jffs2_user_setxattr(const struct xattr_handler *handler, in jffs2_user_setxattr() 36 const struct xattr_handler jffs2_user_xattr_handler = {
|
| D | xattr_trusted.c | 19 static int jffs2_trusted_getxattr(const struct xattr_handler *handler, in jffs2_trusted_getxattr() 27 static int jffs2_trusted_setxattr(const struct xattr_handler *handler, in jffs2_trusted_setxattr() 41 const struct xattr_handler jffs2_trusted_xattr_handler = {
|
| /Linux-v4.19/fs/hfs/ |
| D | attr.c | 116 static int hfs_xattr_get(const struct xattr_handler *handler, in hfs_xattr_get() 123 static int hfs_xattr_set(const struct xattr_handler *handler, in hfs_xattr_set() 134 static const struct xattr_handler hfs_creator_handler = { 141 static const struct xattr_handler hfs_type_handler = { 148 const struct xattr_handler *hfs_xattr_handlers[] = {
|
| /Linux-v4.19/fs/ext4/ |
| D | xattr_trusted.c | 23 ext4_xattr_trusted_get(const struct xattr_handler *handler, in ext4_xattr_trusted_get() 32 ext4_xattr_trusted_set(const struct xattr_handler *handler, in ext4_xattr_trusted_set() 41 const struct xattr_handler ext4_xattr_trusted_handler = {
|
| D | xattr_user.c | 22 ext4_xattr_user_get(const struct xattr_handler *handler, in ext4_xattr_user_get() 33 ext4_xattr_user_set(const struct xattr_handler *handler, in ext4_xattr_user_set() 44 const struct xattr_handler ext4_xattr_user_handler = {
|
| /Linux-v4.19/fs/reiserfs/ |
| D | xattr_user.c | 11 user_get(const struct xattr_handler *handler, struct dentry *unused, in user_get() 21 user_set(const struct xattr_handler *handler, struct dentry *unused, in user_set() 37 const struct xattr_handler reiserfs_xattr_user_handler = {
|
| D | xattr_trusted.c | 12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, in trusted_get() 23 trusted_set(const struct xattr_handler *handler, struct dentry *unused, in trusted_set() 40 const struct xattr_handler reiserfs_xattr_trusted_handler = {
|