Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dlsattr.c87 #define FS_IOC_FSGETXATTR_4_5 _IOR('X', 31, struct fsxattr_4_5) macro
157 if (ioctl(fd, FS_IOC_FSGETXATTR_4_5, &fsx)) goto LABEL2; in print_file_attr()
334 int fail = ioctl(fd, FS_IOC_FSGETXATTR_4_5, &fsx); in update_attr()