Searched refs:path_setxattr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ |
H A D | xattr.c | 634 static int path_setxattr(const char __user *pathname, in path_setxattr() function 677 return path_setxattr(pathname, name, value, size, flags, LOOKUP_FOLLOW); in SYSCALL_DEFINE5() 684 return path_setxattr(pathname, name, value, size, flags, 0); in SYSCALL_DEFINE5()
|