Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c2591 bhv_desc_t *src_bdp; in xfs_link() local
2611 src_bdp = vn_bhv_lookup_unlocked(VN_BHV_HEAD(src_vp), &xfs_vnodeops); in xfs_link()
2612 if (src_bdp == NULL) { in xfs_link()
2615 sip = XFS_BHVTOI(src_bdp); in xfs_link()