Searched refs:cifs_getxattr (Results 1 – 3 of 3) sorted by relevance
127 extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
882 .getxattr = cifs_getxattr,895 .getxattr = cifs_getxattr,911 .getxattr = cifs_getxattr,
235 ssize_t cifs_getxattr(struct dentry *direntry, const char *ea_name, in cifs_getxattr() function