Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dsuj.c1694 (uintmax_t)mvrec->jm_newoff, (uintmax_t)mvrec->jm_oldoff); in ino_append()
1800 diroff = mvrec->jm_oldoff; in ino_build_ref()
1852 mvrec->jm_oldoff != refrec->jr_diroff) in ino_build_ref()
1854 ino_dup_ref(sino, refrec, mvrec->jm_oldoff); in ino_build_ref()
/freebsd/sys/ufs/ffs/
H A Dfs.h858 int64_t jm_oldoff; member
H A Dsoftdep.h859 off_t jm_oldoff; /* Our old offset in directory. */ member
H A Dffs_softdep.c3443 rec->jm_oldoff = jmvref->jm_oldoff; in jmvref_write()
4277 jmvref->jm_oldoff = oldoff; in newjmvref()