Home
last modified time | relevance | path

Searched refs:FS_IOC_FSGETXATTR (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dproject.h12 #if defined(__linux__) && !defined(FS_IOC_FSGETXATTR)
13 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
Dfgetproject.c44 #ifndef FS_IOC_FSGETXATTR in fgetproject()
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fgetproject()
Dfsetproject.c44 #ifndef FS_IOC_FSGETXATTR in fsetproject()
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fsetproject()
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h98 #define F2FS_IOC_FSGETXATTR FS_IOC_FSGETXATTR
/external/kernel-headers/original/uapi/linux/
Dfs.h210 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
/external/syzkaller/sys/linux/
Dsys_386.const129 FS_IOC_FSGETXATTR = 2149341215
Dsys_amd64.const129 FS_IOC_FSGETXATTR = 2149341215
Dsys_ppc64le.const129 FS_IOC_FSGETXATTR = 1075599391
Dsys_arm.const129 FS_IOC_FSGETXATTR = 2149341215
Dsys_arm64.const129 FS_IOC_FSGETXATTR = 2149341215
Dsys.txt173 ioctl$FS_IOC_FSGETXATTR(fd fd, cmd const[FS_IOC_FSGETXATTR], arg ptr[in, fsxattr])