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

/freebsd-10.0-release/lib/libprocstat/
H A Dudf.c74 long diroff; member in struct:udf_node
/freebsd-10.0-release/sys/fs/udf/
H A Dudf.h35 long diroff; member in struct:udf_node
H A Dudf_vnops.c1134 if (nameiop != LOOKUP || node->diroff == 0 || node->diroff > fsize) {
1138 offset = node->diroff;
1189 node->diroff = ds->offset + ds->off;
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dsuj.c818 * Clear the directory entry at diroff that should point to child. Minimal
822 ino_clrat(ino_t parent, off_t diroff, ino_t child) argument
835 (uintmax_t)child, (uintmax_t)parent, diroff);
837 lbn = lblkno(fs, diroff);
838 doff = blkoff(fs, diroff);
846 (uintmax_t)child, (uintmax_t)parent, diroff);
860 ino_isat(ino_t parent, off_t diroff, ino_t child, int *mode, int *isdot) argument
890 lbn = lblkno(fs, diroff);
891 doff = blkoff(fs, diroff);
893 if (diroff
1180 ino_remref(ino_t parent, ino_t child, uint64_t diroff, int isdotdot) argument
1238 off_t diroff; local
2026 ino_dup_ref(struct suj_ino *sino, struct jrefrec *refrec, off_t diroff) argument
2055 off_t diroff; local
[all...]
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c103 int diroff; local
204 diroff = 0;
219 diroff += sizeof(struct direntry)) {
240 slotoffset = diroff;
294 printf("msdosfs_lookup(): match blkoff %d, diroff %d\n",
295 blkoff, diroff);
302 dp->de_fndoffset = diroff;
341 slotoffset = diroff;
428 blkoff = diroff;
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdb.c404 int diroff; variable
413 slot++, diroff, dirp->d_ino, dirp->d_reclen,
415 diroff += dirp->d_reclen;
425 diroff = 0;
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c3867 * directory entry offset of diroff. Mark the entry as ATTACHED and
3877 off_t diroff, nlink_t nlink)
3884 newinoref(&jremref->jr_ref, ip->i_number, dp->i_number, diroff,
3892 newinoref(struct inoref *inoref, ino_t ino, ino_t parent, off_t diroff, argument
3897 inoref->if_diroff = diroff;
3905 * Allocate a new jaddref to track the addition of ino to dp at diroff. The
3912 newjaddref(struct inode *dp, ino_t ino, off_t diroff, int16_t nlink, argument
3921 newinoref(&jaddref->ja_ref, ino, dp->i_number, diroff, nlink, mode);
3876 newjremref(struct dirrem *dirrem, struct inode *dp, struct inode *ip, off_t diroff, nlink_t nlink) argument

Completed in 189 milliseconds