Lines Matching defs:inode
610 * AFS inode private data.
613 * leak from one inode to another.
616 struct inode vfs_inode; /* the VFS's inode record */
619 struct afs_fid fid; /* the file identifier for this inode */
1025 extern int afs_silly_iput(struct dentry *, struct inode *);
1033 extern struct inode *afs_try_auto_mntpt(struct dentry *, struct inode *);
1048 extern int afs_open(struct inode *, struct file *);
1049 extern int afs_release(struct inode *, struct file *);
1142 * inode.c
1148 extern int afs_ilookup5_test_by_fid(struct inode *, void *);
1149 extern struct inode *afs_iget_pseudo_dir(struct super_block *, bool);
1150 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1151 extern struct inode *afs_root_iget(struct super_block *, struct key *);
1156 extern void afs_evict_inode(struct inode *);
1157 extern int afs_drop_inode(struct inode *);
1180 static inline struct afs_net *afs_i2net(struct inode *inode)
1182 return afs_sb2net(inode->i_sb);
1366 extern int afs_permission(struct inode *, int);
1552 static inline struct afs_vnode *AFS_FS_I(struct inode *inode)
1554 return container_of(inode, struct afs_vnode, vfs_inode);
1557 static inline struct inode *AFS_VNODE_TO_I(struct afs_vnode *vnode)