Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * ioctl.h
0004  *
0005  * Function prototypes
0006  *
0007  * Copyright (C) 2006 Herbert Poetzl
0008  *
0009  */
0010 
0011 #ifndef OCFS2_IOCTL_PROTO_H
0012 #define OCFS2_IOCTL_PROTO_H
0013 
0014 int ocfs2_fileattr_get(struct dentry *dentry, struct fileattr *fa);
0015 int ocfs2_fileattr_set(struct user_namespace *mnt_userns,
0016                struct dentry *dentry, struct fileattr *fa);
0017 long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
0018 long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg);
0019 
0020 #endif /* OCFS2_IOCTL_PROTO_H */