Home
last modified time | relevance | path

Searched refs:ext2_xattr_handlers (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext2/
H A Dxattr.h75 extern const struct xattr_handler * const ext2_xattr_handlers[];
102 #define ext2_xattr_handlers NULL macro
H A Dxattr.c113 const struct xattr_handler * const ext2_xattr_handlers[] = { variable
H A Dsuper.c1165 sb->s_xattr = ext2_xattr_handlers; in ext2_fill_super()