Searched refs:ei_mode (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/fs/efs/
H A Defs_inode.h41 uint16_t ei_mode; /* file type and permissions */ member in struct:efs_inode
H A Defs_vfsops.c380 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) {
H A Defs_vnops.c139 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,
H A Defs_subr.c207 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);
/netbsd-current/sys/arch/x86/include/
H A Defi.h186 struct efi_text_output_mode *ei_mode; member in struct:efi_output

Completed in 203 milliseconds