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

  /src/sys/fs/efs/
efs_dinode.h 124 #define EFS_IFMT 0170000 /* file type mask */
efs_vnops.c 393 switch (be16toh(edi.di_mode) & EFS_IFMT) {
485 if ((eip->ei_mode & EFS_IFMT) != EFS_IFLNK)

Completed in 13 milliseconds