Home
last modified time | relevance | path

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

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