Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dcifsfs.h127 extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
Dcifsfs.c875 .getxattr = cifs_getxattr,
888 .getxattr = cifs_getxattr,
904 .getxattr = cifs_getxattr,
Dxattr.c235 ssize_t cifs_getxattr(struct dentry *direntry, const char *ea_name, in cifs_getxattr() function