Searched refs:fsxattr (Results 1 – 2 of 2) sorted by relevance
62 struct ext2_fsxattr fsxattr; in list_attributes() local63 r = ioctl(fd, EXT2_IOC_FSGETXATTR, &fsxattr); in list_attributes()67 printf("%5u ", (unsigned)fsxattr.fsx_projid); in list_attributes()
189 struct ext2_fsxattr fsxattr; in change_attributes() local190 r = ioctl(fd, EXT2_IOC_FSGETXATTR, &fsxattr); in change_attributes()195 fsxattr.fsx_projid = gp->projid; in change_attributes()196 r = ioctl(fd, EXT2_IOC_FSSETXATTR, &fsxattr); in change_attributes()