Searched defs:fallocate (Results 1 – 7 of 7) sorted by relevance
9 SYS_FUNC(fallocate) in SYS_FUNC() argument
51 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
13 int fallocate(int fd, int mode, off_t offset, off_t len) in fallocate() function
116 fallocate \ program
1410 struct fallocate_data fallocate; member