]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/syscalls.h
statx: Add a system call to make enhanced file info available
[mirror_ubuntu-jammy-kernel.git] / include / linux / syscalls.h
index 91a740f6b884236e3ed5771f01397f4647f3cd9d..980c3c9b06f88176347a73bd6335f270779738d5 100644 (file)
@@ -48,6 +48,7 @@ struct stat;
 struct stat64;
 struct statfs;
 struct statfs64;
+struct statx;
 struct __sysctl_args;
 struct sysinfo;
 struct timespec;
@@ -902,5 +903,7 @@ asmlinkage long sys_pkey_mprotect(unsigned long start, size_t len,
                                  unsigned long prot, int pkey);
 asmlinkage long sys_pkey_alloc(unsigned long flags, unsigned long init_val);
 asmlinkage long sys_pkey_free(int pkey);
+asmlinkage long sys_statx(int dfd, const char __user *path, unsigned flags,
+                         unsigned mask, struct statx __user *buffer);
 
 #endif