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

  /src/sys/fs/efs/
efs_inode.h 41 uint16_t ei_mode; /* file type and permissions */ member in struct:efs_inode
efs_vfsops.c 380 eip->ei_mode = 0;
394 if (ino == EFS_ROOTINO && !S_ISDIR(eip->ei_mode)) {
401 switch (eip->ei_mode & S_IFMT) {
436 eip->ei_mode, (ulong)ino, mp->mnt_stat.f_mntonname);
473 if (eip->ei_mode == 0 || eip->ei_gen != efp->ef_gen) {
efs_vnops.c 139 vp->v_type, eip->ei_mode), vp, NULL, genfs_can_access(vp,
140 cred, eip->ei_uid, eip->ei_gid, eip->ei_mode, NULL, accmode));
185 vap->va_mode = eip->ei_mode;
485 if ((eip->ei_mode & EFS_IFMT) != EFS_IFLNK)
570 *ap->a_recycle = (eip->ei_mode == 0);
699 " ei_mode: %07o\n"
711 (unsigned int)eip->ei_mode,
efs_subr.c 207 ei->ei_mode = be16toh(ei->ei_di.di_mode); /*same as nbsd*/
247 s += (ei->ei_mode != be16toh(ei->ei_di.di_mode));
358 KASSERT((ei->ei_mode & S_IFMT) == S_IFDIR);
  /src/sys/arch/x86/include/
efi.h 186 struct efi_text_output_mode *ei_mode; member in struct:efi_output

Completed in 15 milliseconds