Home
last modified time | relevance | path

Searched refs:XFS_ITOV (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_refcache.c106 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()
Dxfs_utils.h35 #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__, \
Dxfs_vfsops.c554 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()
Dxfs_vnodeops.c1832 *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 …]
Dxfs_rename.c636 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()
Dxfs_inode.h430 #define XFS_ITOV(ip) xfs_itov(ip) macro
432 #define XFS_ITOV(ip) BHV_TO_VNODE(XFS_ITOBHV(ip)) macro
Dxfs_iget.c580 vnode_t *vp = XFS_ITOV(ip); in xfs_iput()
596 vnode_t *vp = XFS_ITOV(ip); in xfs_iput_new()
Dxfs_dfrag.c184 xfs_inval_cached_pages(XFS_ITOV(tip), &(tip->i_iocore), in xfs_swapext()
Dxfs_inode.c1173 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()
Dxfs_mount.c985 rvp = XFS_ITOV(rip);
Dxfs_macros.c1842 return XFS_ITOV(ip); in xfs_itov()
Dxfs_rtalloc.c2358 VN_RELE(XFS_ITOV(mp->m_rbmip)); in xfs_rtmount_inodes()
Dxfs_log_recover.c3307 VN_RELE(XFS_ITOV(ip)); in xlog_recover_process_iunlinks()
Dxfs_bmap.c3830 VN_HOLD(XFS_ITOV(ip)); in xfs_bmap_add_attrfork()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c410 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()
Dxfs_quota_priv.h183 dqvp = XFS_ITOV(ip); \
Dxfs_qm.c1444 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()
Dxfs_dquot.c515 VN_HOLD(XFS_ITOV(quotip)); in xfs_qm_dqalloc()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_linux.h275 (-vmtruncate(LINVFS_GET_IP(XFS_ITOV(ip)), (off))) in BUFFER_FNS()
Dxfs_super.c455 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()
Dxfs_ioctl.c281 vpp = XFS_ITOV(ip); in xfs_vget_fsop_handlereq()