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

  /src/sys/lib/libsa/
minixfs3.h 45 uint16_t mdi_mode; /* file type, protection, etc. */ member in struct:mfs_dinode
minixfs3.c 611 if ((fp->f_di.mdi_mode & I_TYPE) != I_DIRECTORY) {
645 if ((fp->f_di.mdi_mode & I_TYPE) == I_SYMBOLIC_LINK) {
816 sb->st_mode = fp->f_di.mdi_mode;
903 new->mdi_mode = bswap16(old->mdi_mode);

Completed in 14 milliseconds