Searched refs:i_type (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_dfs.h191 uint32_t i_type; member in struct:dfs_info
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dfs.c252 if (referrals->i_type == DFS_OBJECT_ROOT)
273 server_type = (referrals->i_type == DFS_OBJECT_ROOT) ?
353 server_type = (referrals->i_type == DFS_OBJECT_ROOT) ?
417 server_type = (referrals->i_type == DFS_OBJECT_ROOT) ?
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c316 int i_type; local
340 i_type = ELF32_ST_TYPE((orig_list + i)->syminfo);
347 if (i_type == n_type) {
363 if (i_type != STT_NOTYPE) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c875 ip->i_type = VDIR;
878 ip->i_type = VREG;
881 ip->i_type = VBLK;
884 ip->i_type = VCHR;
887 ip->i_type = VFIFO;
890 ip->i_type = VSOCK;
893 ip->i_type = VLNK;
896 ip->i_type = VNON;
900 if (ip->i_type == VBLK || ip->i_type
[all...]
H A Dudf_dir.c145 if (dip->i_type != VDIR) {
427 if (tdp->i_type != VDIR) {
452 if ((sip->i_type == VDIR) && (sdp != tdp)) {
528 if (sip->i_type == VDIR) {
645 if (dp->i_type != VDIR) {
682 if ((mode = ip->i_type) == VDIR) {
722 } else if (ip->i_type != VDIR) {
822 if ((op == DR_RMDIR) && (ip->i_type == VDIR)) {
1301 if ((op == DE_RENAME) && (sip->i_type == VDIR)) {
1314 if (sip->i_type
[all...]
H A Dudf_vnops.c383 if ((ioflag & FAPPEND) != 0 && (ip->i_type == VREG)) {
464 switch (ip->i_type) {
681 if ((ip->i_type != VDIR) &&
764 if ((ip->i_type == VDIR) && (mode & VWRITE)) {
777 } else if ((ip->i_type == VREG) &&
1929 if ((rw != S_OTHER) && (ip->i_type != VDIR)) {
3011 if ((ip->i_type != VREG) &&
3012 (ip->i_type != VDIR) &&
3013 (ip->i_type != VLNK)) {
3145 if ((ip->i_type !
[all...]
H A Dudf_subr.c304 ASSERT(ip->i_type == VDIR);
1871 (entry->i_type != VREG ||
H A Dudf_bmap.c227 isdir = (ip->i_type == VDIR);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h415 vtype_t i_type; /* File type */ member in struct:ud_inode
459 _NOTE(RWLOCK_PROTECTS_DATA(ud_inode::i_contents, ud_inode::i_type))
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c458 info->i_type = DFS_OBJECT_ROOT;
724 info->i_type = DFS_OBJECT_LINK;
879 referrals->i_type = path.p_type;
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c657 if (!xdr_uint32_t(xdrs, &objp->i_type))

Completed in 753 milliseconds