Home
last modified time | relevance | path

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

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