Lines Matching refs:vnode
212 struct afs_vnode *vnode; member
663 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache() argument
666 return vnode->cache; in afs_vnode_cache()
747 struct afs_vnode *vnode; member
966 static inline unsigned int afs_calc_vnode_cb_break(struct afs_vnode *vnode) in afs_calc_vnode_cb_break() argument
968 return vnode->cb_break + vnode->cb_v_break; in afs_calc_vnode_cb_break()
972 const struct afs_vnode *vnode) in afs_cb_is_broken() argument
974 return cb_break != (vnode->cb_break + vnode->volume->cb_v_break); in afs_cb_is_broken()
1116 struct afs_vnode *vnode) in afs_op_set_vnode() argument
1118 op->file[n].vnode = vnode; in afs_op_set_vnode()
1183 static inline struct afs_net *afs_v2net(struct afs_vnode *vnode) in afs_v2net() argument
1185 return afs_i2net(&vnode->vfs_inode); in afs_v2net()
1198 #define afs_stat_v(vnode, n) __afs_stat(&afs_v2net(vnode)->n) argument
1556 static inline struct inode *AFS_VNODE_TO_I(struct afs_vnode *vnode) in AFS_VNODE_TO_I() argument
1558 return &vnode->vfs_inode; in AFS_VNODE_TO_I()
1593 static inline int afs_bad(struct afs_vnode *vnode, enum afs_file_error where) in afs_bad() argument
1595 trace_afs_file_error(vnode, -EIO, where); in afs_bad()