Searched refs:diroff (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libprocstat/
H A Dudf.c73 long diroff; member in struct:udf_node
/freebsd-11-stable/sys/fs/udf/
H A Dudf.h35 long diroff; member in struct:udf_node
H A Dudf_vnops.c1146 if (nameiop != LOOKUP || node->diroff == 0 || node->diroff > fsize) {
1150 offset = node->diroff;
1201 node->diroff = ds->offset + ds->off;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c821 * Clear the directory entry at diroff that should point to child. Minimal
825 ino_clrat(ino_t parent, off_t diroff, ino_t child) argument
838 (uintmax_t)child, (uintmax_t)parent, diroff);
840 lbn = lblkno(fs, diroff);
841 doff = blkoff(fs, diroff);
849 (uintmax_t)child, (uintmax_t)parent, diroff);
863 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) argument
893 lbn = lblkno(fs, diroff);
894 doff = blkoff(fs, diroff);
896 if (diroff
1183 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) argument
1241 off_t diroff; local
2037 ino_dup_ref(struct suj_ino *sino, struct jrefrec *refrec, off_t diroff) argument
2066 off_t diroff; local
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c123 int diroff; local
225 diroff = 0;
240 diroff += sizeof(struct direntry)) {
261 slotoffset = diroff;
315 printf("msdosfs_lookup(): match blkoff %d, diroff %d\n",
316 blkoff, diroff);
323 dp->de_fndoffset = diroff;
362 slotoffset = diroff;
449 blkoff = diroff;
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c405 int diroff; variable
414 slot++, diroff, dirp->d_ino, dirp->d_reclen,
416 diroff += dirp->d_reclen;
426 diroff = 0;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c4010 * directory entry offset of diroff. Mark the entry as ATTACHED and
4020 off_t diroff, nlink_t nlink)
4027 newinoref(&jremref->jr_ref, ip->i_number, dp->i_number, diroff,
4035 newinoref(struct inoref *inoref, ino_t ino, ino_t parent, off_t diroff, argument
4040 inoref->if_diroff = diroff;
4048 * Allocate a new jaddref to track the addition of ino to dp at diroff. The
4055 newjaddref(struct inode *dp, ino_t ino, off_t diroff, int16_t nlink, argument
4064 newinoref(&jaddref->ja_ref, ino, dp->i_number, diroff, nlink, mode);
4019 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument

Completed in 415 milliseconds