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);
822 .getxattr = cifs_getxattr,836 .getxattr = cifs_getxattr,852 .getxattr = cifs_getxattr,
228 ssize_t cifs_getxattr(struct dentry *direntry, const char *ea_name, in cifs_getxattr() function