Home
last modified time | relevance | path

Searched refs:f_flags (Results 51 – 75 of 88) sorted by relevance

1234

/dragonfly/usr.sbin/autofs/
H A Dautomount.c240 if ((mntbuf[i].f_flags & MNT_AUTOMOUNTED) == 0) { in unmount_automounted()
H A Dautounmountd.c121 if ((mntbuf[i].f_flags & MNT_AUTOMOUNTED) == 0) { in refresh_automounted()
/dragonfly/test/stress/stress2/lib/
H A Dresources.c74 flags = sbuf.f_flags & MNT_VISFLAGMASK; in inodes()
/dragonfly/sys/dev/drm/i915/
H A Di915_perf.c2091 if (!(file->f_flags & O_NONBLOCK)) {
2402 unsigned long f_flags = 0;
2474 f_flags |= O_CLOEXEC;
2476 f_flags |= O_NONBLOCK;
2478 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags);
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c182 int f_flags; /* file-specific flags */ member
1059 (f->f_flags & FFLAG_NEEDSYNC)) { in dofsync()
1060 f->f_flags &= ~FFLAG_NEEDSYNC; in dofsync()
1271 } else if ((flags & SYNC_FILE) && (f->f_flags & FFLAG_SYNC)) { in fprintlog()
1272 f->f_flags |= FFLAG_NEEDSYNC; in fprintlog()
1975 f->f_flags |= FFLAG_SYNC; in cfline()
/dragonfly/stand/lib/
H A Dgzipfs.c164 if ((f->f_flags & (F_READ | F_WRITE)) != F_READ) in zf_open()
H A Dsplitfs.c89 if ((f->f_flags & (F_READ | F_WRITE)) != F_READ) in splitfs_open()
H A Dstand.h157 int f_flags; /* see F_* below */ member
/dragonfly/contrib/file/magic/Magdir/
H A Dcoff17 # test for unused flag bits (0x8000,0x0800,0x0400,0x0200,x0080) in f_flags
/dragonfly/sbin/tunefs/
H A Dtunefs.c280 stfs.f_flags | MNT_UPDATE | MNT_RELOAD, &args) < 0) in main()
/dragonfly/contrib/gdb-7/include/coff/
H A Dinternal.h82 unsigned short f_flags; /* flags */ member
/dragonfly/contrib/gdb-7/bfd/
H A Dcoffgen.c239 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
241 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
243 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
245 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
249 if ((internal_f->f_flags & F_EXEC) != 0) in coff_real_object_p()
/dragonfly/contrib/binutils-2.34/include/coff/
H A Dinternal.h81 unsigned short f_flags; /* flags */ member
/dragonfly/contrib/binutils-2.27/include/coff/
H A Dinternal.h81 unsigned short f_flags; /* flags */ member
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vfsops.c339 sbp->f_flags = 0; /* copy of mount exported flags */ in smbfs_statfs()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffgen.c244 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
246 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
248 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
250 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
254 if ((internal_f->f_flags & F_EXEC) != 0) in coff_real_object_p()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffgen.c247 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
249 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
251 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
253 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
257 if ((internal_f->f_flags & F_EXEC) != 0) in coff_real_object_p()
/dragonfly/bin/df/
H A Ddf.c187 if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) in main()
/dragonfly/sys/vfs/hpfs/
H A Dhpfs_vfsops.c416 sbp->f_flags = mp->mnt_flag; in hpfs_statfs()
/dragonfly/bin/ls/
H A Dprint.c156 if (f_flags) in printlong()
/dragonfly/usr.bin/find/
H A Dfunction.c734 f_flags(PLAN *plan, FTSENT *entry) in f_flags() function
852 val_flags = sb.f_flags; in f_fstype()
/dragonfly/sys/kern/
H A Dvfs_default.c1505 if (in->f_flags & MNT_RDONLY) in vfs_stdstatvfs()
1507 if (in->f_flags & MNT_NOSUID) in vfs_stdstatvfs()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcollect2.c2700 && !(HEADER (X).f_flags & F_LOADONLY))
2705 && !(HEADER (X).f_flags & F_LOADONLY))
2800 is_shared = HEADER (ldptr).f_flags & F_SHROBJ; in scan_prog_file()
/dragonfly/usr.bin/quota/
H A Dquota.c567 if (fst->f_flags & MNT_LOCAL) in getnfsquota()
/dragonfly/sbin/vquota/
H A Dvquota.c420 if (mntbufp[i].f_flags & MNT_QUOTA) in get_fslist()

1234