Home
last modified time | relevance | path

Searched refs:reiserfs_removexattr (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dreiserfs_xattr.h53 int reiserfs_removexattr(struct dentry *dentry, const char *name);
124 #define reiserfs_removexattr NULL macro
/linux-2.6.39/fs/reiserfs/
Dfile.c313 .removexattr = reiserfs_removexattr,
Dnamei.c1530 .removexattr = reiserfs_removexattr,
1546 .removexattr = reiserfs_removexattr,
1559 .removexattr = reiserfs_removexattr,
Dxattr.c782 int reiserfs_removexattr(struct dentry *dentry, const char *name) in reiserfs_removexattr() function