fuse_i.h (04ec5af0776e9baefed59891f12adbcb5fa71a23) fuse_i.h (14d46d7abc3973a47e8eb0eb5eb87ee8d910a505)
1/*
2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
4
5 This program can be distributed under the terms of the GNU GPL.
6 See the file COPYING.
7*/
8

--- 957 unchanged lines hidden (view full) ---

966struct posix_acl;
967struct posix_acl *fuse_get_acl(struct inode *inode, int type);
968int fuse_set_acl(struct inode *inode, struct posix_acl *acl, int type);
969
970
971/* readdir.c */
972int fuse_readdir(struct file *file, struct dir_context *ctx);
973
1/*
2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
4
5 This program can be distributed under the terms of the GNU GPL.
6 See the file COPYING.
7*/
8

--- 957 unchanged lines hidden (view full) ---

966struct posix_acl;
967struct posix_acl *fuse_get_acl(struct inode *inode, int type);
968int fuse_set_acl(struct inode *inode, struct posix_acl *acl, int type);
969
970
971/* readdir.c */
972int fuse_readdir(struct file *file, struct dir_context *ctx);
973
974/**
975 * Return the number of bytes in an arguments list
976 */
977unsigned int fuse_len_args(unsigned int numargs, struct fuse_arg *args);
978
974#endif /* _FS_FUSE_I_H */
979#endif /* _FS_FUSE_I_H */