Searched refs:fsx (Results 1 – 2 of 2) 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()
228 struct fsxattr fsx; in SetQuotaProjectId() local236 int ret = ioctl(fd, FS_IOC_FSGETXATTR, &fsx); in SetQuotaProjectId()242 fsx.fsx_projid = projectId; in SetQuotaProjectId()243 ret = ioctl(fd, FS_IOC_FSSETXATTR, &fsx); in SetQuotaProjectId()