Searched defs:di_mode (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddinode.h126 u_int16_t di_mode; /* 0: IFMT, permissions; see below. */ member in struct:ufs2_dinode
169 u_int16_t di_mode; /* 0: IFMT, permissions; see below. */ member in struct:ufs1_dinode
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c280 u32 di_mode; local
289 di_mode = inode->di_mode;
291 if ((di_mode & IFMT) == IFLNK) {
296 if (di_size < (di_mode & INLINEEA ? 256 : 128)) {
316 if ((di_mode & IFMT) != IFREG) {
325 if ((di_mode & IFMT) != IFDIR) {
H A Dfsys_xfs.c541 int di_mode; local
551 di_mode = le16 (icore.di_mode);
553 if ((di_mode & IFMT) == IFLNK) {
575 if ((di_mode & IFMT) != IFREG) {
584 if ((di_mode & IFMT) != IFDIR) {
H A Djfs.h466 u32 di_mode; /* 4: attribute, format and permission */ member in struct:dinode
545 /* di_mode */
551 /* extended mode bits (on-disk inode di_mode) */
H A Dufs2.h123 grub_u_int16_t di_mode; /* 0: IFMT, permissions; see below. */ member in struct:ufs1_dinode
146 grub_u_int16_t di_mode; /* 0: IFMT, permissions; see below. */ member in struct:ufs2_dinode
H A Dxfs.h488 xfs_uint16_t di_mode; /* mode and type of file */ member in struct:xfs_dinode_core
/illumos-gate/usr/src/boot/lib/libstand/
H A Dext2fs.c264 u_int16_t di_mode; /* mode */ member in struct:ext2dinode
441 if (! S_ISDIR(fp->f_di.di_mode)) {
481 if (S_ISLNK(fp->f_di.di_mode)) {
875 sb->st_mode = fp->f_di.di_mode;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h322 #define di_mode di_ic.ic_smode macro

Completed in 808 milliseconds