acl.h (5ee0fbd50fdf1c1329de8bee35ea9d7c6a81a2e0) acl.h (c25a1e0671fbca7b2c0d0757d533bd2650d6dc0c)
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * acl.h
5 *
6 * Copyright (C) 2004, 2008 Oracle. All rights reserved.
7 *
8 * This program is free software; you can redistribute it and/or

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

31int ocfs2_set_acl(handle_t *handle,
32 struct inode *inode,
33 struct buffer_head *di_bh,
34 int type,
35 struct posix_acl *acl,
36 struct ocfs2_alloc_context *meta_ac,
37 struct ocfs2_alloc_context *data_ac);
38extern int ocfs2_acl_chmod(struct inode *, struct buffer_head *);
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * acl.h
5 *
6 * Copyright (C) 2004, 2008 Oracle. All rights reserved.
7 *
8 * This program is free software; you can redistribute it and/or

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

31int ocfs2_set_acl(handle_t *handle,
32 struct inode *inode,
33 struct buffer_head *di_bh,
34 int type,
35 struct posix_acl *acl,
36 struct ocfs2_alloc_context *meta_ac,
37 struct ocfs2_alloc_context *data_ac);
38extern int ocfs2_acl_chmod(struct inode *, struct buffer_head *);
39extern int ocfs2_init_acl(handle_t *, struct inode *, struct inode *,
40 struct buffer_head *, struct buffer_head *,
41 struct ocfs2_alloc_context *,
42 struct ocfs2_alloc_context *);
39
40#endif /* OCFS2_ACL_H */
43
44#endif /* OCFS2_ACL_H */