Searched refs:AFS_FS_I (Results 1 – 9 of 9) sorted by relevance
222 if (test_bit(AFS_VNODE_DELETED, &AFS_FS_I(inode)->flags)) in afs_dir_open()332 if (test_bit(AFS_VNODE_DELETED, &AFS_FS_I(dir)->flags)) { in afs_dir_iterate()466 struct afs_vnode *vnode = AFS_FS_I(dir); in afs_try_auto_mntpt()482 *fid = AFS_FS_I(inode)->fid; in afs_try_auto_mntpt()503 vnode = AFS_FS_I(dir); in afs_lookup()589 vnode = AFS_FS_I(d_inode(dentry)); in afs_d_revalidate()604 dir = AFS_FS_I(d_inode(parent)); in afs_d_revalidate()707 (test_bit(AFS_VNODE_DELETED, &AFS_FS_I(d_inode(dentry))->flags) || in afs_d_delete()708 test_bit(AFS_VNODE_PSEUDODIR, &AFS_FS_I(d_inode(dentry))->flags))) in afs_d_delete()741 dvnode = AFS_FS_I(dir); in afs_mkdir()[all …]
67 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_open()95 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_release()128 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_page_filler()252 vnode = AFS_FS_I(mapping->host); in afs_readpages()325 struct afs_vnode *vnode = AFS_FS_I(page->mapping->host); in afs_invalidatepage()352 struct afs_vnode *vnode = AFS_FS_I(page->mapping->host); in afs_releasepage()
123 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_iget5_set()147 AFS_FS_I(dir)->fid.vid, AFS_FS_I(dir)->fid.vnode, in afs_iget_autocell()169 vnode = AFS_FS_I(inode); in afs_iget_autocell()223 vnode = AFS_FS_I(inode); in afs_iget()397 if (test_bit(AFS_VNODE_PSEUDODIR, &AFS_FS_I(inode)->flags)) in afs_drop_inode()411 vnode = AFS_FS_I(inode); in afs_evict_inode()461 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); in afs_setattr()
256 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_do_setlk()443 struct afs_vnode *vnode = AFS_FS_I(file->f_mapping->host); in afs_do_unlk()478 struct afs_vnode *vnode = AFS_FS_I(file->f_mapping->host); in afs_do_getlk()518 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_lock()541 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_flock()
334 set_bit(AFS_VNODE_AUTOCELL, &AFS_FS_I(inode)->flags); in afs_fill_super()505 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_i_callback()514 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_destroy_inode()532 struct afs_vnode *vnode = AFS_FS_I(d_inode(dentry)); in afs_statfs()
123 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_write_begin()248 struct afs_vnode *vnode = AFS_FS_I(file_inode(file)); in afs_write_end()629 struct afs_vnode *vnode = AFS_FS_I(file_inode(iocb->ki_filp)); in afs_file_write()686 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_fsync()748 struct afs_vnode *vnode = AFS_FS_I(vma->vm_file->f_mapping->host); in afs_page_mkwrite()
101 auth_vnode = AFS_FS_I(auth_inode); in afs_get_auth_inode()290 struct afs_vnode *vnode = AFS_FS_I(inode); in afs_permission()
148 vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_do_automount()
687 static inline struct afs_vnode *AFS_FS_I(struct inode *inode) in AFS_FS_I() function