Searched refs:cifs_removexattr (Results 1 – 3 of 3) sorted by relevance
124 extern int cifs_removexattr(struct dentry *, const char *);
884 .removexattr = cifs_removexattr,897 .removexattr = cifs_removexattr,913 .removexattr = cifs_removexattr,
40 int cifs_removexattr(struct dentry *direntry, const char *ea_name) in cifs_removexattr() function