Home
last modified time | relevance | path

Searched refs:space_resv (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfalloc.h12 struct space_resv { struct
22 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) argument
23 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv)
/Linux-v4.19/fs/
Dioctl.c464 struct space_resv sr; in ioctl_preallocate()
Dcompat_ioctl.c677 struct space_resv __user *p = compat_alloc_user_space(sizeof(*p)); in compat_ioctl_preallocate()