Searched refs:vn_mode (Results 1 – 12 of 12) sorted by relevance
| /trueos/lib/libprocstat/ |
| HD | msdosfs.c | 119 vn->vn_mode = 0555; in msdosfs_filestat() 120 vn->vn_mode |= denode.de_Attributes & ATTR_READONLY ? 0 : 0222; in msdosfs_filestat() 121 vn->vn_mode &= mnt->data.pm_mask; in msdosfs_filestat() 124 vn->vn_mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG; in msdosfs_filestat()
|
| HD | common_kvm.c | 103 vn->vn_mode = (mode_t)inode.i_mode; in ufs_filestat() 128 vn->vn_mode = (devfs_dirent.de_mode & ~S_IFMT) | S_IFCHR; in devfs_filestat() 174 vn->vn_mode = mode; in nfs_filestat()
|
| HD | cd9660.c | 86 vn->vn_mode = (mode_t)isonode.inode.iso_mode; in isofs_filestat()
|
| HD | zfs.c | 127 vn->vn_mode = (mode_t)zphys.zp_mode; in zfs_filestat()
|
| HD | libprocstat.h | 127 uint16_t vn_mode; member
|
| HD | libprocstat.c | 1400 vn->vn_mode = mode; in procstat_get_vnode_info_sysctl()
|
| /trueos/usr.bin/fstat/ |
| HD | fstat.c | 520 (void)snprintf(mode, sizeof(mode), "%o", vn.vn_mode); in print_vnode_info() 522 strmode(vn.vn_mode, mode); in print_vnode_info()
|
| /trueos/sys/security/audit/ |
| HD | audit_private.h | 101 mode_t vn_mode; member
|
| HD | bsm_token.c | 210 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr32() 257 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr64()
|
| HD | audit_arg.c | 779 vnp->vn_mode = vattr.va_mode; in audit_arg_vnode()
|
| /trueos/contrib/openbsm/libbsm/ |
| HD | bsm_token.c | 244 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr32() 293 ADD_U_INT16(dptr, vni->vn_mode); in au_to_attr64()
|
| /trueos/sys/gnu/fs/reiserfs/ |
| HD | reiserfs_fs.h | 1119 short vn_mode; /* Mode of balancing (paste, insert, member
|