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

  /src/sys/ufs/lfs/
lfs_accessors.h 336 return dh->u_64.dh_namlen;
341 return dh->u_32.dh_namlen;
384 dh->u_64.dh_namlen = namlen;
389 dh->u_32.dh_namlen = namlen;
lfs.h 359 uint8_t dh_namlen; /* length of string in d_name */ member in struct:lfs_dirheader32
367 uint8_t dh_namlen; /* length of string in d_name */ member in struct:lfs_dirheader64

Completed in 14 milliseconds