Searched refs:common_fcntl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3529 common_fcntl(int fd, int op, uint32_t argument, bool kernel) function in namespace:FSShell
3535 FUNCTION(("common_fcntl(fd = %d, op = %d, argument = %lx, %s)\n",
5241 return common_fcntl(fd, op, argument, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6152 common_fcntl(int fd, int op, size_t argument, bool kernel) function
6156 FUNCTION(("common_fcntl(fd = %d, op = %d, argument = %lx, %s)\n",
8358 return common_fcntl(fd, op, argument, true);
9187 status_t status = common_fcntl(fd, op, argument, false);

Completed in 74 milliseconds