Searched refs:doff_t (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/ufs/ufs/
H A Ddirhash.h91 doff_t **dh_hash; /* the hash array (2-level) */
103 doff_t dh_seqoff; /* sequential access optimisation offset */
121 doff_t ufsdirhash_findfree(struct inode *, int, int *);
122 doff_t ufsdirhash_enduseful(struct inode *);
123 int ufsdirhash_lookup(struct inode *, char *, int, doff_t *, struct buf **,
124 doff_t *);
125 void ufsdirhash_newblk(struct inode *, doff_t);
126 void ufsdirhash_add(struct inode *, struct direct *, doff_t);
127 void ufsdirhash_remove(struct inode *, struct direct *, doff_t);
128 void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_
[all...]
H A Dinode.h54 #define doff_t int32_t macro
106 doff_t i_endoff; /* End of useful stuff in directory. */
107 doff_t i_diroff; /* Offset in dir, where we found last entry. */
108 doff_t i_offset; /* Offset of free space in directory. */
282 doff_t ufs_get_i_offset(struct inode *ip, const char *file, int line);
283 void ufs_set_i_offset(struct inode *ip, doff_t off, const char *file, int line);
292 doff_t ufs_get_i_endoff(struct inode *ip, const char *file, int line);
293 void ufs_set_i_endoff(struct inode *ip, doff_t off, const char *file, int line);
H A Dufs_dirhash.c97 static void ufsdirhash_adjfree(struct dirhash *dh, doff_t offset, int diff);
100 doff_t offset);
101 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset);
350 doff_t bmask, pos;
551 ufsdirhash_lookup(struct inode *ip, char *name, int namelen, doff_t *offp,
552 struct buf **bpp, doff_t *prevoffp)
558 doff_t blkoff, bmask, offset, prevoff, seqoff;
704 doff_t
710 doff_t po
[all...]
H A Ddir.h45 * practice this seems unlikely. So, we define the type doff_t as a 32-bit
48 #define doff_t int32_t macro
H A Dufs_lookup.c200 doff_t slotoffset; /* offset of area with free space */
201 doff_t i_diroff; /* cached i_diroff value. */
202 doff_t i_offset; /* cached i_offset value. */
207 doff_t endsearch; /* offset to end directory search */
208 doff_t prevoff; /* prev entry dp->i_offset */
211 doff_t enduseful; /* pointer past last used dir slot */
765 doff_t offset;
1343 doff_t off;
1560 doff_t
1569 ufs_set_i_offset(struct inode *ip, doff_t of
[all...]
H A Dufs_extern.h63 void ufs_dirbad(struct inode *, doff_t, char *);
H A Dufs_vnops.c2458 doff_t isize;
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_node.h43 * the type doff_t as a long to keep down the cost of doing
45 * architecture, you should make doff_t the same as off_t.
47 #define doff_t long macro
66 doff_t i_endoff; /* end of useful stuff in directory */
67 doff_t i_diroff; /* offset in dir, where we found last entry */
H A Dcd9660_lookup.c120 doff_t i_diroff; /* cached i_diroff value. */
121 doff_t i_offset; /* cached i_offset value. */
123 doff_t endsearch; /* offset to end directory search */
H A Dcd9660_vnops.c478 doff_t endsearch;
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extern.h69 void ext2_dirbad(struct inode *ip, doff_t offset, char *how);
104 int *, doff_t *, doff_t *, doff_t *, struct ext2fs_searchslot *);
106 int *, doff_t *, doff_t *, doff_t *, struct ext2fs_searchslot *);
H A Dinode.h53 #define doff_t int32_t macro
86 doff_t i_endoff; /* End of useful stuff in directory. */
87 doff_t i_diroff; /* Offset in dir, where we found last entry. */
88 doff_t i_offset; /* Offset of free space in directory. */
H A Dext2_dir.h54 doff_t slotoffset; /* offset of area with free space */
H A Dext2_lookup.c78 "char*", "ino_t", "doff_t", "char*");
333 doff_t i_diroff; /* cached i_diroff value */
334 doff_t i_offset; /* cached i_offset value */
336 doff_t endsearch; /* offset to end directory search */
337 doff_t prevoff; /* prev entry dp->i_offset */
340 doff_t enduseful; /* pointer past last used dir slot */
723 doff_t *offp, doff_t *prevoffp, doff_t *endusefulp,
817 ext2_dirbad(struct inode *ip, doff_t offse
[all...]
H A Dext2_htree.c354 struct buf **bpp, int *entryoffp, doff_t *offp,
355 doff_t *prevoffp, doff_t *endusefulp,
H A Dext2_vnops.c1090 ext2_dirbad(xp, (doff_t)12,
/freebsd-13-stable/sys/ufs/ffs/
H A Dsoftdep.h691 doff_t da_offset; /* offset of new dir entry in dir blk */
749 doff_t dm_offset; /* offset of removed dir entry in blk */
/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c132 doff_t size; /* full size of buf */
133 doff_t cur; /* offset of current entry */
1012 doff_t i;

Completed in 190 milliseconds