Searched refs:ocfs2_new_group_input (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 50 struct ocfs2_new_group_input { struct 60 #define OCFS2_IOC_GROUP_ADD _IOW('o', 2,struct ocfs2_new_group_input) 61 #define OCFS2_IOC_GROUP_ADD64 _IOW('o', 3,struct ocfs2_new_group_input)
|
H A D | resize.h | 16 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
|
H A D | resize.c | 373 struct ocfs2_new_group_input *input, in ocfs2_check_new_group() 411 struct ocfs2_new_group_input *input, in ocfs2_verify_group_and_input() 448 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input) in ocfs2_group_add()
|
H A D | ioctl.c | 843 struct ocfs2_new_group_input input; in ocfs2_ioctl()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 40 struct ocfs2_new_group_input { struct 50 #define OCFS2_IOC_GROUP_ADD _IOW('o', 2,struct ocfs2_new_group_input) 51 #define OCFS2_IOC_GROUP_ADD64 _IOW('o', 3,struct ocfs2_new_group_input)
|
H A D | resize.h | 14 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
|
H A D | resize.c | 371 struct ocfs2_new_group_input *input, in ocfs2_check_new_group() 409 struct ocfs2_new_group_input *input, in ocfs2_verify_group_and_input() 446 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input) in ocfs2_group_add()
|
H A D | ioctl.c | 879 struct ocfs2_new_group_input input; in ocfs2_ioctl()
|
Completed in 10 milliseconds