| /Linux-v5.4/fs/erofs/ |
| D | xattr.h | 41 extern const struct xattr_handler erofs_xattr_user_handler; 42 extern const struct xattr_handler erofs_xattr_trusted_handler; 44 extern const struct xattr_handler erofs_xattr_security_handler; 47 static inline const struct xattr_handler *erofs_xattr_handler(unsigned int idx) in erofs_xattr_handler() 49 static const struct xattr_handler *xattr_handler_map[] = { in erofs_xattr_handler() 66 extern const struct xattr_handler *erofs_xattr_handlers[];
|
| /Linux-v5.4/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-v5.4/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-v5.4/fs/afs/ |
| D | xattr.c | 40 static int afs_xattr_get_acl(const struct xattr_handler *handler, in afs_xattr_get_acl() 98 static int afs_xattr_set_acl(const struct xattr_handler *handler, in afs_xattr_set_acl() 154 static const struct xattr_handler afs_xattr_afs_acl_handler = { 163 static int afs_xattr_get_yfs(const struct xattr_handler *handler, in afs_xattr_get_yfs() 268 static int afs_xattr_set_yfs(const struct xattr_handler *handler, in afs_xattr_set_yfs() 325 static const struct xattr_handler afs_xattr_yfs_handler = { 334 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell() 352 static const struct xattr_handler afs_xattr_afs_cell_handler = { 361 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid() 389 static const struct xattr_handler afs_xattr_afs_fid_handler = { [all …]
|
| /Linux-v5.4/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-v5.4/fs/f2fs/ |
| D | xattr.h | 121 extern const struct xattr_handler f2fs_xattr_user_handler; 122 extern const struct xattr_handler f2fs_xattr_trusted_handler; 123 extern const struct xattr_handler f2fs_xattr_advise_handler; 124 extern const struct xattr_handler f2fs_xattr_security_handler; 126 extern const struct xattr_handler *f2fs_xattr_handlers[];
|
| /Linux-v5.4/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-v5.4/fs/squashfs/ |
| D | xattr.c | 24 static const struct xattr_handler *squashfs_xattr_handler(int); 47 const struct xattr_handler *handler; in squashfs_listxattr() 203 static int squashfs_xattr_handler_get(const struct xattr_handler *handler, in squashfs_xattr_handler_get() 216 static const struct xattr_handler squashfs_xattr_user_handler = { 230 static const struct xattr_handler squashfs_xattr_trusted_handler = { 240 static const struct xattr_handler squashfs_xattr_security_handler = { 246 static const struct xattr_handler *squashfs_xattr_handler(int type) in squashfs_xattr_handler() 265 const struct xattr_handler *squashfs_xattr_handlers[] = {
|
| /Linux-v5.4/fs/ocfs2/ |
| D | xattr.h | 32 extern const struct xattr_handler ocfs2_xattr_user_handler; 33 extern const struct xattr_handler ocfs2_xattr_trusted_handler; 34 extern const struct xattr_handler ocfs2_xattr_security_handler; 35 extern const struct xattr_handler *ocfs2_xattr_handlers[];
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_xattr.c | 20 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get() 62 xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_set() 86 static const struct xattr_handler xfs_xattr_user_handler = { 93 static const struct xattr_handler xfs_xattr_trusted_handler = { 100 static const struct xattr_handler xfs_xattr_security_handler = { 107 const struct xattr_handler *xfs_xattr_handlers[] = {
|
| /Linux-v5.4/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-v5.4/fs/cifs/ |
| D | xattr.c | 50 static int cifs_xattr_set(const struct xattr_handler *handler, in cifs_xattr_set() 200 static int cifs_xattr_get(const struct xattr_handler *handler, in cifs_xattr_get() 350 static const struct xattr_handler cifs_user_xattr_handler = { 358 static const struct xattr_handler cifs_os2_xattr_handler = { 365 static const struct xattr_handler cifs_cifs_acl_xattr_handler = { 378 static const struct xattr_handler smb3_acl_xattr_handler = { 385 static const struct xattr_handler cifs_posix_acl_access_xattr_handler = { 392 static const struct xattr_handler cifs_posix_acl_default_xattr_handler = { 399 const struct xattr_handler *cifs_xattr_handlers[] = {
|
| /Linux-v5.4/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 = {
|
| D | security.c | 51 static int jffs2_security_getxattr(const struct xattr_handler *handler, in jffs2_security_getxattr() 59 static int jffs2_security_setxattr(const struct xattr_handler *handler, in jffs2_security_setxattr() 68 const struct xattr_handler jffs2_security_xattr_handler = {
|
| /Linux-v5.4/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-v5.4/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-v5.4/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 = {
|