Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 45) sorted by relevance

12

/fs/afs/
Dxattr.c39 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell()
66 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid()
93 static int afs_xattr_get_volume(const struct xattr_handler *handler, in afs_xattr_get_volume()
/fs/hfsplus/
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()
Dxattr_user.c15 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()
Dxattr_security.c17 static int hfsplus_security_getxattr(const struct xattr_handler *handler, in hfsplus_security_getxattr()
26 static int hfsplus_security_setxattr(const struct xattr_handler *handler, in hfsplus_security_setxattr()
/fs/jffs2/
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()
Dxattr_trusted.c19 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()
Dsecurity.c51 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()
/fs/ext4/
Dxattr_trusted.c23 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()
Dxattr_user.c22 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()
Dxattr_security.c16 ext4_xattr_security_get(const struct xattr_handler *handler, in ext4_xattr_security_get()
25 ext4_xattr_security_set(const struct xattr_handler *handler, in ext4_xattr_security_set()
/fs/ext2/
Dxattr_user.c21 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()
Dxattr_trusted.c19 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()
Dxattr_security.c12 ext2_xattr_security_get(const struct xattr_handler *handler, in ext2_xattr_security_get()
21 ext2_xattr_security_set(const struct xattr_handler *handler, in ext2_xattr_security_set()
/fs/reiserfs/
Dxattr_trusted.c12 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()
Dxattr_user.c11 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()
Dxattr_security.c13 security_get(const struct xattr_handler *handler, struct dentry *unused, in security_get()
24 security_set(const struct xattr_handler *handler, struct dentry *unused, in security_set()
/fs/overlayfs/
Dsuper.c729 ovl_posix_acl_xattr_get(const struct xattr_handler *handler, in ovl_posix_acl_xattr_get()
737 __ovl_posix_acl_xattr_get(const struct xattr_handler *handler, in __ovl_posix_acl_xattr_get()
745 ovl_posix_acl_xattr_set(const struct xattr_handler *handler, in ovl_posix_acl_xattr_set()
802 static int ovl_own_xattr_get(const struct xattr_handler *handler, in ovl_own_xattr_get()
809 static int ovl_own_xattr_set(const struct xattr_handler *handler, in ovl_own_xattr_set()
817 static int ovl_other_xattr_get(const struct xattr_handler *handler, in ovl_other_xattr_get()
824 static int __ovl_other_xattr_get(const struct xattr_handler *handler, in __ovl_other_xattr_get()
831 static int ovl_other_xattr_set(const struct xattr_handler *handler, in ovl_other_xattr_set()
/fs/f2fs/
Dxattr.c25 static int f2fs_xattr_generic_get(const struct xattr_handler *handler, in f2fs_xattr_generic_get()
46 static int f2fs_xattr_generic_set(const struct xattr_handler *handler, in f2fs_xattr_generic_set()
80 static int f2fs_xattr_advise_get(const struct xattr_handler *handler, in f2fs_xattr_advise_get()
89 static int f2fs_xattr_advise_set(const struct xattr_handler *handler, in f2fs_xattr_advise_set()
198 const struct xattr_handler *handler = NULL; in f2fs_xattr_handler() local
539 const struct xattr_handler *handler = in f2fs_listxattr() local
/fs/
Dxattr.c44 #define for_each_xattr_handler(handlers, handler) \ argument
57 const struct xattr_handler *handler; in xattr_resolve_name() local
141 const struct xattr_handler *handler; in __vfs_setxattr() local
271 const struct xattr_handler *handler; in vfs_getxattr_alloc() local
305 const struct xattr_handler *handler; in __vfs_getxattr() local
324 const struct xattr_handler *handler; in vfs_getxattr() local
381 const struct xattr_handler *handler; in __vfs_removexattr() local
763 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
809 const char *xattr_full_name(const struct xattr_handler *handler, in xattr_full_name()
/fs/hfs/
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()
/fs/squashfs/
Dxattr.c60 const struct xattr_handler *handler; in squashfs_listxattr() local
216 static int squashfs_xattr_handler_get(const struct xattr_handler *handler, in squashfs_xattr_handler_get()
/fs/fuse/
Dxattr.c177 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()
/fs/xfs/
Dxfs_xattr.c35 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get()
77 xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_set()
/fs/btrfs/
Dxattr.c377 static int btrfs_xattr_handler_get(const struct xattr_handler *handler, in btrfs_xattr_handler_get()
385 static int btrfs_xattr_handler_set(const struct xattr_handler *handler, in btrfs_xattr_handler_set()
394 static int btrfs_xattr_handler_set_prop(const struct xattr_handler *handler, in btrfs_xattr_handler_set_prop()
/fs/kernfs/
Dinode.c308 static int kernfs_xattr_get(const struct xattr_handler *handler, in kernfs_xattr_get()
323 static int kernfs_xattr_set(const struct xattr_handler *handler, in kernfs_xattr_set()
345 static int kernfs_security_xattr_set(const struct xattr_handler *handler, in kernfs_security_xattr_set()

12