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.cpp6210 common_fcntl(int fd, int op, size_t argument, bool kernel) function
6214 FUNCTION(("common_fcntl(fd = %d, op = %d, argument = %lx, %s)\n",
8420 return common_fcntl(fd, op, argument, true);
9249 status_t status = common_fcntl(fd, op, argument, false);

Completed in 51 milliseconds