/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() 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() 334 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell() 361 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid() 399 static int afs_xattr_get_volume(const struct xattr_handler *handler, in afs_xattr_get_volume()
|
/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()
|
/fs/hfsplus/ |
D | xattr_user.c | 15 static int hfsplus_user_getxattr(const struct xattr_handler *handler, in hfsplus_user_getxattr() 25 static int hfsplus_user_setxattr(const struct xattr_handler *handler, in hfsplus_user_setxattr()
|
D | xattr_trusted.c | 15 static int hfsplus_trusted_getxattr(const struct xattr_handler *handler, in hfsplus_trusted_getxattr() 25 static int hfsplus_trusted_setxattr(const struct xattr_handler *handler, in hfsplus_trusted_setxattr()
|
D | xattr_security.c | 16 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/ |
D | xattr_user.c | 19 static int jffs2_user_getxattr(const struct xattr_handler *handler, in jffs2_user_getxattr() 28 static int jffs2_user_setxattr(const struct xattr_handler *handler, in jffs2_user_setxattr()
|
D | xattr_trusted.c | 19 static int jffs2_trusted_getxattr(const struct xattr_handler *handler, in jffs2_trusted_getxattr() 28 static int jffs2_trusted_setxattr(const struct xattr_handler *handler, in jffs2_trusted_setxattr()
|
D | security.c | 51 static int jffs2_security_getxattr(const struct xattr_handler *handler, in jffs2_security_getxattr() 60 static int jffs2_security_setxattr(const struct xattr_handler *handler, in jffs2_security_setxattr()
|
/fs/ext2/ |
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()
|
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()
|
D | xattr_security.c | 12 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/ |
D | xattr_user.c | 11 user_get(const struct xattr_handler *handler, struct dentry *unused, in user_get() 22 user_set(const struct xattr_handler *handler, struct dentry *unused, in user_set()
|
D | xattr_trusted.c | 12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, in trusted_get() 24 trusted_set(const struct xattr_handler *handler, struct dentry *unused, in trusted_set()
|
D | xattr_security.c | 13 security_get(const struct xattr_handler *handler, struct dentry *unused, in security_get() 25 security_set(const struct xattr_handler *handler, struct dentry *unused, in security_set()
|
/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()
|
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()
|
D | xattr_security.c | 16 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/btrfs/ |
D | props.c | 60 const struct prop_handler *handler; in btrfs_validate_prop() local 79 const struct prop_handler *handler; in btrfs_set_prop() local 167 const struct prop_handler *handler; in iterate_object_props() local 226 const struct prop_handler *handler, in inode_prop_iterator()
|
D | xattr.c | 354 static int btrfs_xattr_handler_get(const struct xattr_handler *handler, in btrfs_xattr_handler_get() 363 static int btrfs_xattr_handler_set(const struct xattr_handler *handler, in btrfs_xattr_handler_set() 372 static int btrfs_xattr_handler_set_prop(const struct xattr_handler *handler, in btrfs_xattr_handler_set_prop()
|
/fs/f2fs/ |
D | xattr.c | 26 static int f2fs_xattr_generic_get(const struct xattr_handler *handler, in f2fs_xattr_generic_get() 47 static int f2fs_xattr_generic_set(const struct xattr_handler *handler, in f2fs_xattr_generic_set() 81 static int f2fs_xattr_advise_get(const struct xattr_handler *handler, in f2fs_xattr_advise_get() 90 static int f2fs_xattr_advise_set(const struct xattr_handler *handler, in f2fs_xattr_advise_set() 199 const struct xattr_handler *handler = NULL; in f2fs_xattr_handler() local 557 const struct xattr_handler *handler = in f2fs_listxattr() local
|
/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()
|
/fs/ |
D | xattr.c | 44 #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 270 const struct xattr_handler *handler; in vfs_getxattr_alloc() local 304 const struct xattr_handler *handler; in __vfs_getxattr() local 370 const struct xattr_handler *handler; in __vfs_removexattr() local 752 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local 798 const char *xattr_full_name(const struct xattr_handler *handler, in xattr_full_name()
|
/fs/xfs/ |
D | xfs_xattr.c | 20 xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_get() 63 xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, in xfs_xattr_set()
|
/fs/squashfs/ |
D | xattr.c | 47 const struct xattr_handler *handler; in squashfs_listxattr() local 203 static int squashfs_xattr_handler_get(const struct xattr_handler *handler, in squashfs_xattr_handler_get()
|
/fs/9p/ |
D | xattr.c | 140 static int v9fs_xattr_handler_get(const struct xattr_handler *handler, in v9fs_xattr_handler_get() 150 static int v9fs_xattr_handler_set(const struct xattr_handler *handler, in v9fs_xattr_handler_set()
|