HomeSort by: relevance | last modified time | path
    Searched defs:STRUCT_LFS (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/lfs_cleanerd/
cleaner.h 50 #define STRUCT_LFS struct clfs
  /src/sys/lib/libsa/
ufs.c 118 #define STRUCT_LFS struct salfs
  /src/sys/ufs/lfs/
lfs_accessors.h 165 * STRUCT_LFS is used by the libsa code to get accessors that work
170 #ifndef STRUCT_LFS
171 #define STRUCT_LFS struct lfs
289 lfs_dir_nameptr(const STRUCT_LFS *fs, LFS_DIRHEADER *dh)
299 lfs_dir_getino(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh)
309 lfs_dir_getreclen(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh)
319 lfs_dir_gettype(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh)
332 lfs_dir_getnamlen(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh)
346 lfs_dir_setino(STRUCT_LFS *fs, LFS_DIRHEADER *dh, uint64_t ino)
356 lfs_dir_setreclen(STRUCT_LFS *fs, LFS_DIRHEADER *dh, uint16_t reclen
    [all...]

Completed in 12 milliseconds