Home
last modified time | relevance | path

Searched refs:xattr_handler (Results 1 - 25 of 157) sorted by relevance

1234567

/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.h41 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()
67 extern const struct xattr_handler *erofs_xattr_handlers[];
/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.h17 extern const struct xattr_handler erofs_xattr_user_handler;
18 extern const struct xattr_handler erofs_xattr_trusted_handler;
19 extern const struct xattr_handler erofs_xattr_security_handler;
24 const struct xattr_handler *handler = NULL; in erofs_xattr_prefix()
26 static const struct xattr_handler *xattr_handler_map[] = { in erofs_xattr_prefix()
47 extern const struct xattr_handler *erofs_xattr_handlers[];
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dxattr.h15 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[];
H A Dxattr_trusted.c15 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 = {
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.h15 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[];
/kernel/linux/linux-5.10/fs/afs/
H A Dxattr.c36 static int afs_xattr_get_acl(const struct xattr_handler *handler, in afs_xattr_get_acl()
99 static int afs_xattr_set_acl(const struct xattr_handler *handler, in afs_xattr_set_acl()
122 static const struct xattr_handler afs_xattr_afs_acl_handler = {
137 static int afs_xattr_get_yfs(const struct xattr_handler *handler, in afs_xattr_get_yfs()
229 static int afs_xattr_set_yfs(const struct xattr_handler *handler, in afs_xattr_set_yfs()
257 static const struct xattr_handler afs_xattr_yfs_handler = {
266 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell()
284 static const struct xattr_handler afs_xattr_afs_cell_handler = {
293 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid()
323 static const struct xattr_handler afs_xattr_afs_fid_handle
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dxattr.c36 static int afs_xattr_get_acl(const struct xattr_handler *handler, in afs_xattr_get_acl()
99 static int afs_xattr_set_acl(const struct xattr_handler *handler, in afs_xattr_set_acl()
123 static const struct xattr_handler afs_xattr_afs_acl_handler = {
138 static int afs_xattr_get_yfs(const struct xattr_handler *handler, in afs_xattr_get_yfs()
230 static int afs_xattr_set_yfs(const struct xattr_handler *handler, in afs_xattr_set_yfs()
259 static const struct xattr_handler afs_xattr_yfs_handler = {
268 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell()
286 static const struct xattr_handler afs_xattr_afs_cell_handler = {
295 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid()
325 static const struct xattr_handler afs_xattr_afs_fid_handle
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dxattr.h32 * struct xattr_handler: When @name is set, match attributes with exactly that
36 struct xattr_handler { struct
41 int (*get)(const struct xattr_handler *, struct dentry *dentry,
44 int (*set)(const struct xattr_handler *,
60 static inline bool xattr_handler_can_list(const struct xattr_handler *handler, in xattr_handler_can_list()
66 const char *xattr_full_name(const struct xattr_handler *, const char *);
99 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix()
/kernel/linux/linux-5.10/fs/squashfs/
H A Dxattr.c24 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[] = {
/kernel/linux/linux-6.6/fs/squashfs/
H A Dxattr.c24 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[] = {
/kernel/linux/linux-5.10/fs/fuse/
H A Dxattr.c180 static int fuse_xattr_get(const struct xattr_handler *handler, in fuse_xattr_get()
190 static int fuse_xattr_set(const struct xattr_handler *handler, in fuse_xattr_set()
209 static int no_xattr_get(const struct xattr_handler *handler, in no_xattr_get()
216 static int no_xattr_set(const struct xattr_handler *handler, in no_xattr_set()
224 static const struct xattr_handler fuse_xattr_handler = {
230 const struct xattr_handler *fuse_xattr_handlers[] = {
235 const struct xattr_handler *fuse_acl_xattr_handlers[] = {
242 static const struct xattr_handler fuse_no_acl_access_xattr_handler = {
250 static const struct xattr_handler fuse_no_acl_default_xattr_handler = {
258 const struct xattr_handler *fuse_no_acl_xattr_handler
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.h32 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[];
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.h30 extern const struct xattr_handler ocfs2_xattr_user_handler;
31 extern const struct xattr_handler ocfs2_xattr_trusted_handler;
32 extern const struct xattr_handler ocfs2_xattr_security_handler;
33 extern const struct xattr_handler *ocfs2_xattr_handlers[];
/kernel/linux/linux-5.10/fs/9p/
H A Dxattr.c140 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[] = {
H A Dxattr.h21 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;
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_xattr.c21 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get()
41 xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_set()
62 static const struct xattr_handler xfs_xattr_user_handler = {
69 static const struct xattr_handler xfs_xattr_trusted_handler = {
76 static const struct xattr_handler xfs_xattr_security_handler = {
83 const struct xattr_handler *xfs_xattr_handlers[] = {
/kernel/linux/linux-6.6/fs/9p/
H A Dxattr.c146 static int v9fs_xattr_handler_get(const struct xattr_handler *handler, in v9fs_xattr_handler_get()
155 static int v9fs_xattr_handler_set(const struct xattr_handler *handler, in v9fs_xattr_handler_set()
166 static struct xattr_handler v9fs_xattr_user_handler = {
172 static struct xattr_handler v9fs_xattr_trusted_handler = {
179 static struct xattr_handler v9fs_xattr_security_handler = {
186 const struct xattr_handler *v9fs_xattr_handlers[] = {
/kernel/linux/linux-5.10/include/linux/
H A Dxattr.h25 * struct xattr_handler: When @name is set, match attributes with exactly that
29 struct xattr_handler { struct
34 int (*get)(const struct xattr_handler *, struct dentry *dentry,
37 int (*set)(const struct xattr_handler *, struct dentry *dentry,
42 const char *xattr_full_name(const struct xattr_handler *, const char *);
67 static inline const char *xattr_prefix(const struct xattr_handler *handler) in xattr_prefix()
/kernel/linux/linux-5.10/fs/hfs/
H A Dattr.c116 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[] = {
/kernel/linux/linux-5.10/fs/f2fs/
H A Dxattr.h122 extern const struct xattr_handler f2fs_xattr_user_handler;
123 extern const struct xattr_handler f2fs_xattr_trusted_handler;
124 extern const struct xattr_handler f2fs_xattr_advise_handler;
125 extern const struct xattr_handler f2fs_xattr_security_handler;
127 extern const struct xattr_handler *f2fs_xattr_handlers[];
/kernel/linux/linux-6.6/fs/hfs/
H A Dattr.c116 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()
135 static const struct xattr_handler hfs_creator_handler = {
142 static const struct xattr_handler hfs_type_handler = {
149 const struct xattr_handler *hfs_xattr_handlers[] = {
/kernel/linux/linux-6.6/fs/f2fs/
H A Dxattr.h123 extern const struct xattr_handler f2fs_xattr_user_handler;
124 extern const struct xattr_handler f2fs_xattr_trusted_handler;
125 extern const struct xattr_handler f2fs_xattr_advise_handler;
126 extern const struct xattr_handler f2fs_xattr_security_handler;
128 extern const struct xattr_handler *f2fs_xattr_handlers[];
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.h61 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[];
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr.h61 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[];
/kernel/linux/linux-5.10/fs/jffs2/
H A Dxattr_user.c19 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 = {

Completed in 10 milliseconds

1234567