Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/
Docfs2_ioctl.h58 struct ocfs2_new_group_input { struct
68 #define OCFS2_IOC_GROUP_ADD _IOW('o', 2,struct ocfs2_new_group_input) argument
69 #define OCFS2_IOC_GROUP_ADD64 _IOW('o', 3,struct ocfs2_new_group_input)
Dresize.h30 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input);
Dresize.c384 struct ocfs2_new_group_input *input, in ocfs2_check_new_group()
422 struct ocfs2_new_group_input *input, in ocfs2_verify_group_and_input()
459 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input) in ocfs2_group_add()
Dioctl.c480 struct ocfs2_new_group_input input; in ocfs2_ioctl()