Lines Matching defs:inode
9 struct inode;
13 extern struct posix_acl *xfs_get_acl(struct inode *inode, int type, bool rcu);
16 extern int __xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type);
17 void xfs_forget_acl(struct inode *inode, const char *name);
21 static inline int __xfs_set_acl(struct inode *inode, struct posix_acl *acl,
26 static inline void xfs_forget_acl(struct inode *inode, const char *name)