Searched refs:space_resv (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfalloc.h12 struct space_resv { struct
22 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv)
23 #define FS_IOC_UNRESVSP _IOW('X', 41, struct space_resv)
24 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv)
25 #define FS_IOC_UNRESVSP64 _IOW('X', 43, struct space_resv)
26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv)
/linux-master/fs/
H A Dioctl.c267 * Only the l_start, l_len and l_whence fields of the 'struct space_resv'
273 struct space_resv sr;

Completed in 86 milliseconds