Searched refs:ocfs2_space_resv (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/ocfs2/ |
A D | ocfs2_ioctl.h | 20 struct ocfs2_space_resv { struct 30 #define OCFS2_IOC_ALLOCSP _IOW ('X', 10, struct ocfs2_space_resv) argument 31 #define OCFS2_IOC_FREESP _IOW ('X', 11, struct ocfs2_space_resv) 32 #define OCFS2_IOC_RESVSP _IOW ('X', 40, struct ocfs2_space_resv) 33 #define OCFS2_IOC_UNRESVSP _IOW ('X', 41, struct ocfs2_space_resv) 34 #define OCFS2_IOC_ALLOCSP64 _IOW ('X', 36, struct ocfs2_space_resv) 35 #define OCFS2_IOC_FREESP64 _IOW ('X', 37, struct ocfs2_space_resv) 36 #define OCFS2_IOC_RESVSP64 _IOW ('X', 42, struct ocfs2_space_resv) 37 #define OCFS2_IOC_UNRESVSP64 _IOW ('X', 43, struct ocfs2_space_resv)
|
A D | file.h | 66 struct ocfs2_space_resv *sr);
|
A D | file.c | 1924 struct ocfs2_space_resv *sr, in __ocfs2_change_file_space() 2068 struct ocfs2_space_resv *sr) in ocfs2_change_file_space() 2100 struct ocfs2_space_resv sr; in ocfs2_fallocate()
|
A D | ioctl.c | 845 struct ocfs2_space_resv sr; in ocfs2_ioctl()
|
Completed in 11 milliseconds