Lines Matching defs:afs_vnode
211 struct afs_vnode *vnode;
615 struct afs_vnode {
664 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode)
748 struct afs_vnode *vnode;
964 extern void __afs_break_callback(struct afs_vnode *, enum afs_cb_break_reason);
965 extern void afs_break_callback(struct afs_vnode *, enum afs_cb_break_reason);
968 static inline unsigned int afs_calc_vnode_cb_break(struct afs_vnode *vnode)
974 const struct afs_vnode *vnode)
1016 extern void afs_edit_dir_add(struct afs_vnode *, struct qstr *, struct afs_fid *,
1018 extern void afs_edit_dir_remove(struct afs_vnode *, struct qstr *, enum afs_edit_dir_reason);
1023 extern int afs_sillyrename(struct afs_vnode *, struct afs_vnode *,
1046 extern int afs_cache_wb_key(struct afs_vnode *, struct afs_file *);
1050 extern int afs_fetch_data(struct afs_vnode *, struct key *, struct afs_read *);
1067 extern void afs_lock_may_be_available(struct afs_vnode *);
1118 struct afs_vnode *vnode)
1147 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
1152 extern bool afs_check_validity(struct afs_vnode *);
1153 extern int afs_validate(struct afs_vnode *, struct key *);
1185 static inline struct afs_net *afs_v2net(struct afs_vnode *vnode)
1359 extern void afs_clear_permits(struct afs_vnode *);
1360 extern void afs_cache_permit(struct afs_vnode *, struct key *, unsigned int,
1365 extern int afs_check_permit(struct afs_vnode *, struct key *, afs_access_t *);
1506 extern void afs_prune_wb_keys(struct afs_vnode *);
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)
1580 static inline void afs_set_i_size(struct afs_vnode *vnode, u64 size)
1604 static inline int afs_bad(struct afs_vnode *vnode, enum afs_file_error where)