Lines Matching refs:afs_vnode

20 static void afs_next_locker(struct afs_vnode *vnode, int error);
29 static inline void afs_set_lock_state(struct afs_vnode *vnode, enum afs_lock_state state) in afs_set_lock_state()
38 void afs_lock_may_be_available(struct afs_vnode *vnode) in afs_lock_may_be_available()
52 static void __maybe_unused afs_schedule_lock_extension(struct afs_vnode *vnode) in afs_schedule_lock_extension()
63 static void afs_grant_locks(struct afs_vnode *vnode) in afs_grant_locks()
83 static void afs_next_locker(struct afs_vnode *vnode, int error) in afs_next_locker()
127 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock()
159 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock()
190 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
225 struct afs_vnode *vnode = in afs_lock_work()
226 container_of(work, struct afs_vnode, lock_work.work); in afs_lock_work()
313 static void afs_defer_unlock(struct afs_vnode *vnode) in afs_defer_unlock()
331 static int afs_do_setlk_check(struct afs_vnode *vnode, struct key *key, in afs_do_setlk_check()
378 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_do_setlk()
571 struct afs_vnode *vnode = AFS_FS_I(locks_inode(file)); in afs_do_unlk()
589 struct afs_vnode *vnode = AFS_FS_I(locks_inode(file)); in afs_do_getlk()
628 struct afs_vnode *vnode = AFS_FS_I(locks_inode(file)); in afs_lock()
651 struct afs_vnode *vnode = AFS_FS_I(locks_inode(file)); in afs_flock()
681 struct afs_vnode *vnode = AFS_FS_I(locks_inode(fl->fl_file)); in afs_fl_copy_lock()
696 struct afs_vnode *vnode = AFS_FS_I(locks_inode(fl->fl_file)); in afs_fl_release_private()