Searched refs:di_flags (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/sys/vm/
H A Dvm_domainset.h37 int di_flags; member in struct:vm_domainset_iter
H A Dvm_domainset.c214 di->di_flags = *req;
215 *req = (di->di_flags & ~(VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL)) |
242 if ((di->di_flags & (VM_ALLOC_WAITOK | VM_ALLOC_WAITFAIL)) == 0)
251 if ((di->di_flags & VM_ALLOC_WAITFAIL) != 0)
265 di->di_flags = *flags;
266 *flags = (di->di_flags & ~M_WAITOK) | M_NOWAIT;
309 if ((di->di_flags & M_WAITOK) == 0)
/freebsd-12-stable/sys/ufs/ufs/
H A Ddinode.h145 u_int32_t di_flags; /* 88: Status flags (chflags). */ member in struct:ufs2_dinode
183 u_int32_t di_flags; /* 100: Status flags (chflags). */ member in struct:ufs1_dinode
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c84 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))
99 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)))
117 if (idp->di_flags & DT_IDFLG_LOCAL)
119 else if (idp->di_flags & DT_IDFLG_TLS)
124 if (idp->di_flags & DT_IDFLG_DIFR)
126 if (idp->di_flags & DT_IDFLG_DIFW)
133 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW);
192 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`";
195 if (idp->di_flags & DT_IDFLG_USER)
197 else if (idp->di_flags
[all...]
H A Ddt_ident.c148 if (!(idp->di_flags & DT_IDFLG_DECL)) {
388 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
408 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
436 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN);
635 idp->di_kind, idp->di_flags, idp->di_id, idp->di_attr,
803 idp->di_flags &= ~DT_IDFLG_ORPHAN;
833 if (!(idp->di_flags & DT_IDFLG_ORPHAN))
922 idp->di_flags = flags;
976 if (idp->di_flags & DT_IDFLG_USER)
992 while (idp->di_flags
[all...]
H A Ddt_cg.c633 uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) |
634 ((idp->di_flags & DT_IDFLG_TLS) != 0);
674 idp->di_flags |= DT_IDFLG_DIFW;
729 idp->di_flags |= DT_IDFLG_DIFW;
1045 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1107 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;
1130 idp->di_flags |= DT_IDFLG_DIFW;
1158 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL));
1165 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
1170 dnp->dn_ident->di_flags |
[all...]
H A Ddt_ident.h73 ushort_t di_flags; /* identifier flags (see below) */ member in struct:dt_ident
H A Ddt_parser.c578 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN)
943 (dnp->dn_ident->di_flags & DT_IDFLG_INLINE)) {
1321 (idp->di_flags & DT_IDFLG_INLINE)) {
2258 (idp->di_flags & DT_IDFLG_INLINE) ? "inline" : "");
2394 idp->di_flags |= (rdp->di_flags &
2732 if (idp->di_flags & DT_IDFLG_WRITE)
2779 idp->di_flags |= DT_IDFLG_PRIM;
2803 idp->di_flags |= DT_IDFLG_USER;
2896 (idp->di_flags
[all...]
H A Ddt_xlator.c156 dxp->dx_souid.di_flags = DT_IDFLG_REF;
167 dxp->dx_ptrid.di_flags = DT_IDFLG_REF;
H A Ddt_cc.c127 idp->di_flags &= ~(DT_IDFLG_REF | DT_IDFLG_MOD |
353 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
402 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
469 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
544 !(aid->di_flags & DT_IDFLG_MOD)) {
/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dufs_inode.h62 #define i_ffs1_flags i_din.ffs1_din.di_flags
83 #define i_ffs2_flags i_din.ffs2_din.di_flags
H A Dffs_bswap.c138 n->di_flags = bswap32(o->di_flags);
165 n->di_flags = bswap32(o->di_flags);
/freebsd-12-stable/sbin/dump/
H A Dtraverse.c118 if ((DIP(dp, di_flags) & SF_SNAPSHOT) != 0)
140 (nonodump || (DIP(dp, di_flags) & UF_NODUMP) != UF_NODUMP))
227 (DIP(dp, di_flags) & UF_NODUMP))
475 if ((DIP(dp, di_flags) & SF_SNAPSHOT) != 0) {
477 DIP_SET(dp, di_flags, DIP(dp, di_flags) & ~SF_SNAPSHOT);
490 spcl.c_file_flags = dp->dp1.di_flags;
504 spcl.c_file_flags = dp->dp2.di_flags;
/freebsd-12-stable/sbin/fsdb/
H A Dfsdbutil.c197 DIP(dp, di_flags), (intmax_t)blocks, (intmax_t)gen);
H A Dfsdb.c988 DIP_SET(curinode, di_flags, flags);
/freebsd-12-stable/sbin/tunefs/
H A Dtunefs.c947 dp1->di_flags = 0;
949 dp2->di_flags = 0;
1037 dp1->di_flags = SF_IMMUTABLE | SF_NOUNLINK | UF_NODUMP;
1046 dp2->di_flags = SF_IMMUTABLE | SF_NOUNLINK | UF_NODUMP;
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_subr.c120 ip->i_flags = ip->i_din1->di_flags;
130 ip->i_flags = ip->i_din2->di_flags;
H A Dffs_snapshot.c1063 dip->di_flags &= ~SF_SNAPSHOT;
1347 dip->di_flags &= ~SF_SNAPSHOT;
/freebsd-12-stable/sbin/growfs/
H A Ddebug.c721 fprintf(dbg_log, "flags u_int32_t 0x%08x\n", ino->di_flags);
770 fprintf(dbg_log, "flags u_int32_t 0x%08x\n", ino->di_flags);
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass1.c377 if (DIP(dp, di_flags) & SF_SNAPSHOT)
H A Dinode.c716 DIP_SET(dp, di_flags, 0);
/freebsd-12-stable/sbin/quotacheck/
H A Dquotacheck.c399 if (DIP(dp, di_flags) & SF_SNAPSHOT)
/freebsd-12-stable/usr.sbin/makefs/
H A Dffs.c674 dinp->di_flags = cur->inode->st.st_flags;
722 dinp->di_flags = cur->inode->st.st_flags;
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-decnet.c460 byte di_flags; /* message flags */ member in struct:dimsg
/freebsd-12-stable/stand/libsa/
H A Dext2fs.c274 uint32_t di_flags; /* file flags */ member in struct:ext2dinode

Completed in 333 milliseconds

12