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

/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_lookup.c100 lsn = DE_DOWNLSN(dep);
178 error = hpfs_removede (hpmp, DE_DOWNLSN(dep), name, namelen, &ret);
H A Dhpfs_subr.c580 (olsn == DE_DOWNLSN(dep)))
585 if((dep->de_flag & DE_DOWN) && (olsn == DE_DOWNLSN(dep))) {
606 lsn = DE_DOWNLSN(dep);
621 lsn = DE_DOWNLSN(dep);
H A Dhpfs_vnops.c886 (olsn == DE_DOWNLSN(dep)))
891 if((dep->de_flag & DE_DOWN) && (olsn == DE_DOWNLSN(dep))) {
931 lsn = DE_DOWNLSN(dep);
966 lsn = DE_DOWNLSN(dep);
H A Dhpfs.h114 #define DE_DOWNLSN(dep) (*(lsn_t *)((caddr_t)(dep) + (dep)->de_reclen - sizeof(lsn_t))) macro

Completed in 199 milliseconds