Searched refs:DETOV (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_denode.c | 322 if (DETOV(dep)->v_mount->mnt_flag & MNT_RDONLY) { in deupdat() 332 if (DETOV(dep)->v_vflag & VV_ROOT) in deupdat() 347 if ((DETOV(dep)->v_mount->mnt_flag & MNT_NOCLUSTERW) == 0) in deupdat() 386 if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) { in detrunc() 434 error = bread(DETOV(dep), de_cluster(pmp, length), in detrunc() 457 allerror = vtruncbuf(DETOV(dep), length, pmp->pm_bpcluster); in detrunc() 462 error = deupdat(dep, !DOINGASYNC((DETOV(dep)))); in detrunc() 504 struct vnode *vp = DETOV(dep); in deextend() 597 vp = DETOV(dep); in reinsert()
|
H A D | msdosfs_lookup.c | 71 vp = DETOV(tdp); in msdosfs_lookup_checker() 115 *rvp = DETOV(rdp); in msdosfs_deget_dotdot() 703 if (DOINGASYNC(DETOV(ddep))) in createde() 733 if (DOINGASYNC(DETOV(ddep))) in createde() 864 vget(DETOV(dep), LK_EXCLUSIVE); in doscheckpath() 903 vput(DETOV(dep)); in doscheckpath() 917 vput(DETOV(dep)); in doscheckpath() 1027 if (DOINGASYNC(DETOV(pdep))) in removede()
|
H A D | msdosfs_fat.c | 148 ASSERT_VOP_ELOCKED(DETOV(dep), "pcbmap"); in pcbmap() 269 ASSERT_VOP_LOCKED(DETOV(dep), "fc_lookup"); in fc_lookup() 294 ASSERT_VOP_ELOCKED(DETOV(dep), "fc_purge"); in fc_purge() 1084 bp = getblk(DETOV(dep), in extendfile() 1108 vn_fsync_buf(DETOV(dep), MNT_WAIT); in extendfile()
|
H A D | msdosfs_vnops.c | 178 *ap->a_vpp = DETOV(dep); in msdosfs_create() 1022 fvp = DETOV(nip); in msdosfs_rename() 1028 fvp = DETOV(nip); in msdosfs_rename() 1059 vput(DETOV(nip)); in msdosfs_rename() 1062 tvp = DETOV(nip); in msdosfs_rename() 1125 vput(DETOV(nip)); in msdosfs_rename() 1435 *ap->a_vpp = DETOV(dep); in msdosfs_mkdir()
|
H A D | denode.h | 218 #define DETOV(de) ((de)->de_vnode) macro
|
H A D | msdosfs_vfsops.c | 1049 *vpp = DETOV(ndep); in msdosfs_root() 1193 *vpp = DETOV(dep); in msdosfs_fhtovp()
|