Searched refs:glfs_ftruncate (Results 1 – 2 of 2) sorted by relevance
26 # define glfs_ftruncate(fd, offset) glfs_ftruncate(fd, offset, NULL, NULL) macro1057 if (glfs_ftruncate(fd, offset)) { in qemu_gluster_do_truncate()1068 if (glfs_ftruncate(fd, offset)) { in qemu_gluster_do_truncate()
1533 /* new glfs_ftruncate() passes two additional args */1534 return glfs_ftruncate(NULL, 0, NULL, NULL);