Home
last modified time | relevance | path

Searched refs:path_listxattr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dxattr.c730 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr() function
751 return path_listxattr(pathname, list, size, LOOKUP_FOLLOW); in SYSCALL_DEFINE3()
757 return path_listxattr(pathname, list, size, 0); in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/
H A Dxattr.c856 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr() function
877 return path_listxattr(pathname, list, size, LOOKUP_FOLLOW); in SYSCALL_DEFINE3()
883 return path_listxattr(pathname, list, size, 0); in SYSCALL_DEFINE3()

Completed in 4 milliseconds