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

  /src/sys/ufs/ufs/
ufs_lookup.c 84 #define NAMLEN(fsfmt, needswap, dp) \
85 ((fsfmt) && ENDIANSWAP(needswap) ? (dp)->d_type : (dp)->d_namlen)
355 const int fsfmt = FSFMT(vdp); local in function:ufs_lookup
545 size -= UFS_DIRSIZ(fsfmt, ep, needswap);
557 const uint16_t namlen = NAMLEN(fsfmt, needswap, ep);
569 if (!fsfmt && ep->d_type == DT_WHT) {
664 results->ulr_offset + UFS_DIRSIZ(fsfmt, ep, needswap);
771 const int fsfmt = FSFMT(dp) local in function:ufs_dirbadentry
866 const int fsfmt = FSFMT(dvp); local in function:ufs_dirgrow
923 const int fsfmt = FSFMT(dvp); local in function:ufs_dircompact
1305 const int fsfmt = FSFMT(ITOV(ip)); local in function:ufs_dirempty
    [all...]
ufs_lookup.c 84 #define NAMLEN(fsfmt, needswap, dp) \
85 ((fsfmt) && ENDIANSWAP(needswap) ? (dp)->d_type : (dp)->d_namlen)
355 const int fsfmt = FSFMT(vdp); local in function:ufs_lookup
545 size -= UFS_DIRSIZ(fsfmt, ep, needswap);
557 const uint16_t namlen = NAMLEN(fsfmt, needswap, ep);
569 if (!fsfmt && ep->d_type == DT_WHT) {
664 results->ulr_offset + UFS_DIRSIZ(fsfmt, ep, needswap);
771 const int fsfmt = FSFMT(dp) local in function:ufs_dirbadentry
866 const int fsfmt = FSFMT(dvp); local in function:ufs_dirgrow
923 const int fsfmt = FSFMT(dvp); local in function:ufs_dircompact
1305 const int fsfmt = FSFMT(ITOV(ip)); local in function:ufs_dirempty
    [all...]

Completed in 27 milliseconds