Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_lookup.c100 lsn = DE_DOWNLSN(dep); in hpfs_genlookupbyname()
178 error = hpfs_removede (hpmp, DE_DOWNLSN(dep), name, namelen, &ret); in hpfs_removedirent()
H A Dhpfs_subr.c574 (olsn == DE_DOWNLSN(dep))) in hpfs_validateparent()
579 if((dep->de_flag & DE_DOWN) && (olsn == DE_DOWNLSN(dep))) { in hpfs_validateparent()
600 lsn = DE_DOWNLSN(dep); in hpfs_validateparent()
615 lsn = DE_DOWNLSN(dep); in hpfs_validateparent()
H A Dhpfs_vnops.c846 (olsn == DE_DOWNLSN(dep))) in hpfs_readdir()
851 if((dep->de_flag & DE_DOWN) && (olsn == DE_DOWNLSN(dep))) { in hpfs_readdir()
884 lsn = DE_DOWNLSN(dep); in hpfs_readdir()
911 lsn = DE_DOWNLSN(dep); in hpfs_readdir()
H A Dhpfs.h114 #define DE_DOWNLSN(dep) (*(lsn_t *)((caddr_t)(dep) + (dep)->de_reclen - sizeof(lsn_t))) macro