Searched refs:handlers (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | xattr.c | 560 #define for_each_xattr_handler(handlers, handler) \ argument 561 for ((handler) = *(handlers)++; \ 563 (handler) = *(handlers)++) 569 xattr_resolve_name(struct xattr_handler **handlers, const char **name) in xattr_resolve_name() argument 576 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name() 609 struct xattr_handler *handler, **handlers = inode->i_sb->s_xattr; in generic_listxattr() local 613 for_each_xattr_handler(handlers, handler) in generic_listxattr() 618 for_each_xattr_handler(handlers, handler) { in generic_listxattr()
|
/fs/reiserfs/ |
D | xattr.c | 1047 xah = list_entry(p, struct reiserfs_xattr_handler, handlers); in find_xattr_handler_prefix() 1063 xah = list_entry(p, struct reiserfs_xattr_handler, handlers); in __unregister_handlers() 1087 list_add_tail(&user_handler.handlers, &xattr_handlers); in reiserfs_xattr_register_handlers() 1088 list_add_tail(&trusted_handler.handlers, &xattr_handlers); in reiserfs_xattr_register_handlers() 1090 list_add_tail(&security_handler.handlers, &xattr_handlers); in reiserfs_xattr_register_handlers() 1093 list_add_tail(&posix_acl_access_handler.handlers, &xattr_handlers); in reiserfs_xattr_register_handlers() 1094 list_add_tail(&posix_acl_default_handler.handlers, &xattr_handlers); in reiserfs_xattr_register_handlers() 1099 xah = list_entry(p, struct reiserfs_xattr_handler, handlers); in reiserfs_xattr_register_handlers()
|
/fs/ntfs/ |
D | ChangeLog | 1484 - Merge async io completion handlers for directory indexes and $MFT
|