HomeSort by: relevance | last modified time | path
    Searched refs:a_fflag (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/miscfs/fifofs/
fifo_vnops.c 326 int a_fflag;
335 if (ap->a_fflag & FREAD) {
341 if (ap->a_fflag & FWRITE) {
479 int a_fflag;
490 isrevoke = (ap->a_fflag & (FREAD | FWRITE | FNONBLOCK)) == FNONBLOCK;
504 if ((ap->a_fflag & FREAD) && --fip->fi_readers == 0)
506 if ((ap->a_fflag & FWRITE) && --fip->fi_writers == 0)
  /src/sys/sys/
vnode_if.h 120 int a_fflag; member in struct:vop_close_args
214 int a_fflag; member in struct:vop_ioctl_args
226 int a_fflag; member in struct:vop_fcntl_args
  /src/sys/miscfs/specfs/
spec_vnops.c 1334 int a_fflag;
1349 ap->a_fflag, curlwp);
1354 ap->a_fflag, curlwp);
1601 int a_fflag;
1607 int flags = ap->a_fflag;
  /src/sys/miscfs/genfs/
layer_vnops.c 535 int a_fflag;
541 if ((ap->a_fflag & FWRITE)) {
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 755 int a_fflag;
763 ap->a_fflag, curlwp);
  /src/sys/kern/
vnode_if.c 254 ((ap)->a_fflag & FWRITE) \
599 a.a_fflag = fflag;
928 a.a_fflag = fflag;
966 a.a_fflag = fflag;
  /src/sys/fs/unionfs/
unionfs_vnops.c 553 error = VOP_CLOSE(ovp, ap->a_fflag, cred);
865 error = VOP_IOCTL(ovp, ap->a_command, ap->a_data, ap->a_fflag,
  /src/sys/coda/
coda_vnops.c 315 int flag = ap->a_fflag;
504 int flag = ap->a_fflag;
  /src/sys/fs/ptyfs/
ptyfs_vnops.c 769 int a_fflag;
862 int a_fflag;
872 ap->a_data, ap->a_fflag, curlwp);
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 1774 int a_fflag;
1781 int fflag = ap->a_fflag;
  /src/sys/miscfs/procfs/
procfs_vnops.c 437 int a_fflag;
444 if ((ap->a_fflag & FWRITE) && (pfs->pfs_flags & O_EXCL))
  /src/sys/fs/union/
union_vnops.c 693 int a_fflag;
713 if ((ap->a_fflag & FWRITE)) {
1083 int a_fflag;
  /src/sys/fs/nfs/client/
nfs_clvnops.c 672 int fmode = ap->a_fflag;
  /src/sys/fs/puffs/
puffs_vnops.c 890 int a_fflag;
899 close_msg->pvnr_fflag = ap->a_fflag;

Completed in 33 milliseconds