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

/linux-master/fs/
H A Dxattr.c777 static ssize_t path_getxattr(const char __user *pathname, function
799 return path_getxattr(pathname, name, value, size, LOOKUP_FOLLOW);
805 return path_getxattr(pathname, name, value, size, 0);

Completed in 106 milliseconds