Searched refs:ocfs2_info (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/ocfs2/ |
A D | ocfs2_ioctl.h | 72 struct ocfs2_info { struct 188 #define OCFS2_IOC_INFO _IOR('o', 5, struct ocfs2_info)
|
A D | ioctl.c | 768 static int ocfs2_get_request_ptr(struct ocfs2_info *info, int idx, in ocfs2_get_request_ptr() 806 static int ocfs2_info_handle(struct inode *inode, struct ocfs2_info *info, in ocfs2_info_handle() 851 struct ocfs2_info info; in ocfs2_ioctl() 899 if (copy_from_user(&info, argp, sizeof(struct ocfs2_info))) in ocfs2_ioctl() 942 struct ocfs2_info info; in ocfs2_compat_ioctl() 962 if (copy_from_user(&info, argp, sizeof(struct ocfs2_info))) in ocfs2_compat_ioctl()
|
Completed in 7 milliseconds