Home
last modified time | relevance | path

Searched refs:ocfs2_space_resv (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Docfs2_ioctl.h38 struct ocfs2_space_resv { struct
48 #define OCFS2_IOC_ALLOCSP _IOW ('X', 10, struct ocfs2_space_resv) argument
49 #define OCFS2_IOC_FREESP _IOW ('X', 11, struct ocfs2_space_resv)
50 #define OCFS2_IOC_RESVSP _IOW ('X', 40, struct ocfs2_space_resv)
51 #define OCFS2_IOC_UNRESVSP _IOW ('X', 41, struct ocfs2_space_resv)
52 #define OCFS2_IOC_ALLOCSP64 _IOW ('X', 36, struct ocfs2_space_resv)
53 #define OCFS2_IOC_FREESP64 _IOW ('X', 37, struct ocfs2_space_resv)
54 #define OCFS2_IOC_RESVSP64 _IOW ('X', 42, struct ocfs2_space_resv)
55 #define OCFS2_IOC_UNRESVSP64 _IOW ('X', 43, struct ocfs2_space_resv)
Dfile.h81 struct ocfs2_space_resv *sr);
Dfile.c1842 struct ocfs2_space_resv *sr, in __ocfs2_change_file_space()
1980 struct ocfs2_space_resv *sr) in ocfs2_change_file_space()
2012 struct ocfs2_space_resv sr; in ocfs2_fallocate()
Dioctl.c848 struct ocfs2_space_resv sr; in ocfs2_ioctl()