Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsfs.h131 extern const struct xattr_handler *cifs_xattr_handlers[];
134 # define cifs_xattr_handlers NULL macro
Dxattr.c543 const struct xattr_handler *cifs_xattr_handlers[] = { variable
Dcifsfs.c237 sb->s_xattr = cifs_xattr_handlers; in cifs_read_super()