Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.h124 extern const struct xattr_handler * const cifs_xattr_handlers[];
127 # define cifs_xattr_handlers NULL macro
H A Dxattr.c484 const struct xattr_handler * const cifs_xattr_handlers[] = { variable
H A Dcifsfs.c241 sb->s_xattr = cifs_xattr_handlers; in cifs_read_super()