Searched refs:reiserfs_xattr_handler (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_acl.h57 extern struct reiserfs_xattr_handler posix_acl_default_handler;
58 extern struct reiserfs_xattr_handler posix_acl_access_handler;
H A Dreiserfs_xattr.h32 struct reiserfs_xattr_handler { struct
64 extern struct reiserfs_xattr_handler user_handler;
65 extern struct reiserfs_xattr_handler trusted_handler;
66 extern struct reiserfs_xattr_handler security_handler;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr_security.c61 struct reiserfs_xattr_handler security_handler = {
H A Dxattr_trusted.c74 struct reiserfs_xattr_handler trusted_handler = {
H A Dxattr_user.c62 struct reiserfs_xattr_handler user_handler = {
H A Dxattr.c54 static struct reiserfs_xattr_handler *find_xattr_handler_prefix(const char
893 struct reiserfs_xattr_handler *xah = find_xattr_handler_prefix(name);
917 struct reiserfs_xattr_handler *xah = find_xattr_handler_prefix(name);
948 struct reiserfs_xattr_handler *xah = find_xattr_handler_prefix(name);
995 struct reiserfs_xattr_handler *xah =
1082 static struct reiserfs_xattr_handler *find_xattr_handler_prefix(const char
1085 struct reiserfs_xattr_handler *xah = NULL;
1090 xah = list_entry(p, struct reiserfs_xattr_handler, handlers);
1102 struct reiserfs_xattr_handler *xah;
1106 xah = list_entry(p, struct reiserfs_xattr_handler, handler
[all...]
H A Dxattr_acl.c507 struct reiserfs_xattr_handler posix_acl_access_handler = {
560 struct reiserfs_xattr_handler posix_acl_default_handler = {

Completed in 42 milliseconds