Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dxattr.c911 static int path_removexattr(const char __user *pathname, in path_removexattr() function
943 return path_removexattr(pathname, name, LOOKUP_FOLLOW); in SYSCALL_DEFINE2()
949 return path_removexattr(pathname, name, 0); in SYSCALL_DEFINE2()