Searched refs:_fat_ioctl_ (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp95 _fat_ioctl_(nspace *vol, uint32 action, uint32 cluster, uint32 N) function
112 DPRINTF(3, ("_fat_ioctl_: action %" B_PRIu32 ", cluster %" B_PRIu32
128 DPRINTF(0, ("_fat_ioctl_ called with invalid cluster (%" B_PRIu32
147 DPRINTF(0, ("_fat_ioctl_: error reading fat (sector %" B_PRIu32 ")\n",
168 DPRINTF(0, ("_fat_ioctl_: error reading fat (sector %"
271 result = _fat_ioctl_(vol, _IOCTL_SET_ENTRY_, last, cluster);
318 DPRINTF(0, ("_fat_ioctl_: error reading fat (sector %" B_PRIu32
349 DPRINTF(0, ("_fat_ioctl_ error: action = %" B_PRIu32 " cluster = %"
361 return _fat_ioctl_(vol, _IOCTL_COUNT_FREE_, 0, 0);
368 int32 value = _fat_ioctl_(vo
[all...]

Completed in 43 milliseconds