Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dfcntl.h179 #define F_ALLOCSP64 28 /* Allocate file space */ macro
186 #define F_ALLOCSP64 10 /* Allocate file space */
/titanic_44/usr/src/uts/common/syscall/
H A Dfcntl.c456 case F_ALLOCSP64: in fcntl()
474 (cmd == F_ALLOCSP64 || cmd == F_FREESP64)) { in fcntl()
514 (cmd == F_ALLOCSP64 || cmd == F_FREESP64)) { in fcntl()
541 else if (cmd == F_ALLOCSP64 || cmd == F_FREESP64) in fcntl()
580 if (cmd == F_ALLOCSP64) in fcntl()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c96 if (fcntl(fd, F_ALLOCSP64, &lck) == -1) { in posix_fallocate64()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c1901 case F_ALLOCSP64: in show_fcntl()