Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dincrementalfs.h50 #define INCFS_IOC_GET_BLOCK_COUNT _IOR(INCFS_IOCTL_BASE_CODE, 36, struct incfs_get_block_count_args) macro
/aosp12/system/incremental_delivery/incfs/kernel-headers/linux/
H A Dincrementalfs.h113 #define INCFS_IOC_GET_BLOCK_COUNT \ macro
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1762 auto res = ::ioctl(fd, INCFS_IOC_GET_BLOCK_COUNT, &args); in getFileBlockCount()