Searched refs:path_listxattr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 730 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 D | xattr.c | 856 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