Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsfs.h127 extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
Dcifsfs.c882 .getxattr = cifs_getxattr,
895 .getxattr = cifs_getxattr,
911 .getxattr = cifs_getxattr,
Dxattr.c235 ssize_t cifs_getxattr(struct dentry *direntry, const char *ea_name, in cifs_getxattr() function