Home
last modified time | relevance | path

Searched defs:removexattr (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/fs/
Dxattr.c563 removexattr(struct dentry *d, const char __user *name) in removexattr() function
577 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
/linux-3.3/include/linux/
Dfs.h1652 int (*removexattr) (struct dentry *, const char *); member