Lines Matching defs:inode
9 struct inode;
13 extern struct posix_acl *xfs_get_acl(struct inode *inode, int type);
14 extern int xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
15 extern int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
16 void xfs_forget_acl(struct inode *inode, const char *name);
18 static inline struct posix_acl *xfs_get_acl(struct inode *inode, int type)
23 static inline void xfs_forget_acl(struct inode *inode, const char *name)