Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_storage_StorageManager.cpp33 struct fsxattr fsx; in android_os_storage_StorageManager_setQuotaProjectId() local
55 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()
/aosp12/system/vold/
H A DUtils.cpp228 struct fsxattr fsx; in SetQuotaProjectId() local
236 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()