Searched refs:F_ALLOCSP64 (Results 1 – 4 of 4) sorted by relevance
179 #define F_ALLOCSP64 28 /* Allocate file space */ macro186 #define F_ALLOCSP64 10 /* Allocate file space */
456 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()
96 if (fcntl(fd, F_ALLOCSP64, &lck) == -1) { in posix_fallocate64()
1901 case F_ALLOCSP64: in show_fcntl()