Searched refs:fsx (Results 1 – 1 of 1) sorted by relevance
33 struct fsxattr fsx; in android_os_storage_StorageManager_setQuotaProjectId() local55 int ret = ioctl(fd, FS_IOC_FSGETXATTR, &fsx); in android_os_storage_StorageManager_setQuotaProjectId()62 fsx.fsx_projid = projectId; in android_os_storage_StorageManager_setQuotaProjectId()63 ret = ioctl(fd, FS_IOC_FSSETXATTR, &fsx); in android_os_storage_StorageManager_setQuotaProjectId()