Lines Matching refs:afs_vnode

505 struct afs_vnode {  struct
601 struct afs_vnode *vnode;
669 extern void afs_break_callback(struct afs_vnode *);
672 extern int afs_register_server_cb_interest(struct afs_vnode *,
684 static inline unsigned int afs_calc_vnode_cb_break(struct afs_vnode *vnode) in afs_calc_vnode_cb_break()
689 static inline unsigned int afs_cb_break_sum(struct afs_vnode *vnode, in afs_cb_break_sum()
726 extern void afs_edit_dir_add(struct afs_vnode *, struct qstr *, struct afs_fid *,
728 extern void afs_edit_dir_remove(struct afs_vnode *, struct qstr *, enum afs_edit_dir_reason);
750 extern int afs_cache_wb_key(struct afs_vnode *, struct afs_file *);
754 extern int afs_fetch_data(struct afs_vnode *, struct key *, struct afs_read *);
764 extern void afs_lock_may_be_available(struct afs_vnode *);
774 extern void afs_update_inode_from_status(struct afs_vnode *, struct afs_file_status *,
783 extern int afs_fs_link(struct afs_fs_cursor *, struct afs_vnode *, const char *, u64);
787 struct afs_vnode *, const char *, u64, u64);
810 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool);
817 extern void afs_zap_data(struct afs_vnode *);
818 extern int afs_validate(struct afs_vnode *, struct key *);
850 static inline struct afs_net *afs_v2net(struct afs_vnode *vnode) in afs_v2net()
908 extern bool afs_begin_vnode_operation(struct afs_fs_cursor *, struct afs_vnode *,
986 extern void afs_clear_permits(struct afs_vnode *);
987 extern void afs_cache_permit(struct afs_vnode *, struct key *, unsigned int);
990 extern int afs_check_permit(struct afs_vnode *, struct key *, afs_access_t *);
1077 extern void afs_pages_written_back(struct afs_vnode *, struct afs_call *);
1081 extern void afs_prune_wb_keys(struct afs_vnode *);
1094 static inline struct afs_vnode *AFS_FS_I(struct inode *inode) in AFS_FS_I()
1096 return container_of(inode, struct afs_vnode, vfs_inode); in AFS_FS_I()
1099 static inline struct inode *AFS_VNODE_TO_I(struct afs_vnode *vnode) in AFS_VNODE_TO_I()
1105 struct afs_vnode *vnode, in afs_vnode_commit_status()
1113 struct afs_vnode *vnode) in afs_check_for_remote_deletion()