Searched defs:fallocate (Results 1 – 4 of 4) sorted by relevance
9 SYS_FUNC(fallocate) in SYS_FUNC() argument
55 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
1439 struct fallocate_data fallocate; member