Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h201 #define F_ALLOCSP64 28 /* Allocate file space */ macro
215 #define F_ALLOCSP64 10 /* Allocate file space */
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c509 case F_ALLOCSP64: in fcntl()
527 (cmd == F_ALLOCSP64 || cmd == F_FREESP64)) { in fcntl()
567 (cmd == F_ALLOCSP64 || cmd == F_FREESP64)) { in fcntl()
594 else if (cmd == F_ALLOCSP64 || cmd == F_FREESP64) in fcntl()
633 if (cmd == F_ALLOCSP64) in fcntl()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c94 if (fcntl(fd, F_ALLOCSP64, &lck) == -1) { in posix_fallocate64()