Home
last modified time | relevance | path

Searched refs:zp_mode (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h47 uint64_t zp_mode; /* 72 - file mode bits */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_byteswap.c174 zp->zp_mode = BSWAP_64(zp->zp_mode); in zfs_znode_byteswap()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_sa.h103 uint64_t zp_mode; /* 72 - file mode bits */ member
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth1180 : zp_mode ( zn -- n ) h# 48 + x@ ;
1187 : zn-mode ( dn -- n ) >znode zp_mode ;