Searched refs:XFS_ITOV (Results 1 – 21 of 21) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_refcache.c | 106 vp = XFS_ITOV(ip); in xfs_refcache_insert() 224 vp = XFS_ITOV(ip); in xfs_refcache_purge_ip() 264 vp = XFS_ITOV(ip); in xfs_refcache_purge_mp() 330 VOP_RELEASE(XFS_ITOV(iplist[i]), error); in xfs_refcache_purge_some() 331 VN_RELE(XFS_ITOV(iplist[i])); in xfs_refcache_purge_some() 399 VOP_RELEASE(XFS_ITOV(iplist[i]), error); in xfs_refcache_resize() 400 VN_RELE(XFS_ITOV(iplist[i])); in xfs_refcache_resize() 426 VOP_RELEASE(XFS_ITOV(release_ip), error); in xfs_refcache_iunlock() 427 VN_RELE(XFS_ITOV(release_ip)); in xfs_refcache_iunlock()
|
D | xfs_utils.h | 35 #define IRELE(ip) VN_RELE(XFS_ITOV(ip)) 36 #define IHOLD(ip) VN_HOLD(XFS_ITOV(ip)) 37 #define ITRACE(ip) vn_trace_ref(XFS_ITOV(ip), __FILE__, __LINE__, \
|
D | xfs_vfsops.c | 554 rvp = XFS_ITOV(rip); in xfs_unmount() 690 vnode_t *rvp = XFS_ITOV(rip); in xfs_unmount_flush() 708 ASSERT(vn_count(XFS_ITOV(rbmip)) == 1); in xfs_unmount_flush() 719 ASSERT(vn_count(XFS_ITOV(rsumip)) == 1); in xfs_unmount_flush() 743 VN_RELE(XFS_ITOV(rbmip)); in xfs_unmount_flush() 744 VN_RELE(XFS_ITOV(rsumip)); in xfs_unmount_flush() 773 vp = XFS_ITOV((XFS_BHVTOM(bdp))->m_rootip); in xfs_root() 1143 ASSERT(vp == XFS_ITOV(ip)); in xfs_sync_inodes() 1631 *vpp = XFS_ITOV(ip); in xfs_vget()
|
D | xfs_vnodeops.c | 1832 *vpp = XFS_ITOV(ip); in xfs_lookup() 2017 vp = XFS_ITOV(ip); in xfs_create() 2394 vn_trace_entry(XFS_ITOV(ip), __FUNCTION__, (inst_t *)__return_address); in xfs_remove() 2519 vn_trace_exit(XFS_ITOV(ip), __FUNCTION__, (inst_t *)__return_address); in xfs_remove() 2524 VOP_LINK_REMOVED(XFS_ITOV(ip), dir_vp, link_zero); in xfs_remove() 2907 cvp = XFS_ITOV(cdp); in xfs_mkdir() 2950 created ? XFS_ITOV(cdp):NULL, in xfs_mkdir() 3194 VOP_LINK_REMOVED(XFS_ITOV(cdp), dir_vp, last_cdp_link); in xfs_rmdir() 3549 error ? NULL : XFS_ITOV(ip), in xfs_symlink() 3558 vp = XFS_ITOV(ip); in xfs_symlink() [all …]
|
D | xfs_rename.c | 636 VOP_LINK_REMOVED(XFS_ITOV(target_ip), target_dir_vp, in xfs_rename() 641 FSC_NOTIFY_NAME_CHANGED(XFS_ITOV(src_ip)); in xfs_rename()
|
D | xfs_inode.h | 430 #define XFS_ITOV(ip) xfs_itov(ip) macro 432 #define XFS_ITOV(ip) BHV_TO_VNODE(XFS_ITOBHV(ip)) macro
|
D | xfs_iget.c | 580 vnode_t *vp = XFS_ITOV(ip); in xfs_iput() 596 vnode_t *vp = XFS_ITOV(ip); in xfs_iput_new()
|
D | xfs_dfrag.c | 184 xfs_inval_cached_pages(XFS_ITOV(tip), &(tip->i_iocore), in xfs_swapext()
|
D | xfs_inode.c | 1173 vp = XFS_ITOV(ip); in xfs_ialloc() 1465 vp = XFS_ITOV(ip); in xfs_itruncate_start() 1834 error = xfs_zero_eof(XFS_ITOV(ip), &ip->i_iocore, new_size, isize, in xfs_igrow_start() 3715 struct inode *inode = LINVFS_GET_IP(XFS_ITOV(ip)); in xfs_iaccess() 3809 vnode_t *vp = XFS_ITOV(ip); in xfs_ichgtime()
|
D | xfs_mount.c | 985 rvp = XFS_ITOV(rip);
|
D | xfs_macros.c | 1842 return XFS_ITOV(ip); in xfs_itov()
|
D | xfs_rtalloc.c | 2358 VN_RELE(XFS_ITOV(mp->m_rbmip)); in xfs_rtmount_inodes()
|
D | xfs_log_recover.c | 3307 VN_RELE(XFS_ITOV(ip)); in xlog_recover_process_iunlinks()
|
D | xfs_bmap.c | 3830 VN_HOLD(XFS_ITOV(ip)); in xfs_bmap_add_attrfork()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 410 VN_RELE(XFS_ITOV(qip)); in xfs_qm_scall_trunc_qfiles() 418 VN_RELE(XFS_ITOV(qip)); in xfs_qm_scall_trunc_qfiles() 571 VN_RELE(XFS_ITOV(uip)); in xfs_qm_scall_getqstat() 577 VN_RELE(XFS_ITOV(gip)); in xfs_qm_scall_getqstat()
|
D | xfs_quota_priv.h | 183 dqvp = XFS_ITOV(ip); \
|
D | xfs_qm.c | 1444 VN_HOLD(XFS_ITOV((*ip))); in xfs_qm_qino_alloc() 1861 VN_RELE(XFS_ITOV(ip)); in xfs_qm_dqusage_adjust() 2022 VN_RELE(XFS_ITOV(uip)); in xfs_qm_init_quotainos() 2051 VN_RELE(XFS_ITOV(uip)); in xfs_qm_init_quotainos()
|
D | xfs_dquot.c | 515 VN_HOLD(XFS_ITOV(quotip)); in xfs_qm_dqalloc()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_linux.h | 275 (-vmtruncate(LINVFS_GET_IP(XFS_ITOV(ip)), (off))) in BUFFER_FNS()
|
D | xfs_super.c | 455 struct inode *inode = LINVFS_GET_IP(XFS_ITOV(ip)); in xfs_flush_inode() 480 struct inode *inode = LINVFS_GET_IP(XFS_ITOV(ip)); in xfs_flush_device()
|
D | xfs_ioctl.c | 281 vpp = XFS_ITOV(ip); in xfs_vget_fsop_handlereq()
|