HomeSort by: relevance | last modified time | path
    Searched refs:waitfor (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/sys/fs/udf/
udf_subr.h 81 struct long_ad *icb, int waitfor);
95 int udf_write_physical_partition_spacetables(struct udf_mount *ump, int waitfor);
96 int udf_write_metadata_partition_spacetable(struct udf_mount *ump, int waitfor);
97 void udf_do_sync(struct udf_mount *ump, kauth_cred_t cred, int waitfor);
136 int udf_writeout_node(struct udf_node *udf_node, int waitfor);
udf_strat_direct.c 192 int waitfor = args->waitfor; local in function:udf_write_nodedscr_direct
209 if (waitfor) {
udf_vfsops.c 827 * TODO what about writing out free space maps, lvid etc? only on `waitfor'
864 udf_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
873 if (ump->syncing && !waitfor) {
882 udf_do_sync(ump, cred, waitfor);
884 if (waitfor == MNT_WAIT)
udf_strat_sequential.c 206 int waitfor = args->waitfor; local in function:udf_write_logvol_dscr_seq
223 if (waitfor) {
udf_readwrite.c 666 struct long_ad *icb, int waitfor)
677 args.waitfor = waitfor;
udf.h 249 int waitfor; member in struct:udf_strat_args
  /src/tests/usr.sbin/inetd/
t_inetd.c 56 static void waitfor(pid_t, const char *);
148 waitfor(proc, "inetd");
276 waitfor(pid_t pid, const char *taskname) function in typeref:typename:void
  /src/sbin/dump_lfs/
lfs_inode.c 413 int waitfor = 0; local in function:lfs_wrap_stop
420 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) {
436 int waitfor = 0; local in function:lfs_wrap_go
441 fcntl(root_fd, LFCNWRAPGO, &waitfor);
  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 962 ext2fs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
988 if (vp->v_type == VREG && waitfor == MNT_LAZY)
992 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0);
1001 if (waitfor != MNT_LAZY) {
1004 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
1014 if ((error = ext2fs_cgupdate(ump, waitfor)))
1305 ext2fs_sbupdate(struct ufsmount *mp, int waitfor)
1313 if (waitfor == MNT_WAIT)
1321 ext2fs_cgupdate(struct ufsmount *mp, int waitfor)
1327 allerror = ext2fs_sbupdate(mp, waitfor);
    [all...]
  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 1009 int waitfor; member in struct:msdosfs_sync_ctx
1021 if (c->waitfor == MNT_LAZY || vp->v_type == VNON ||
1031 msdosfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
1054 ctx.waitfor = waitfor;
1064 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
1075 waitfor == MNT_WAIT ? FSYNC_WAIT : 0, 0, 0)) != 0)
msdosfs_denode.c 333 msdosfs_deupdat(struct denode *dep, int waitfor)
337 waitfor ? UPDATE_WAIT : 0));
  /src/sys/fs/puffs/
puffs_vfsops.c 529 pageflush(struct mount *mp, kauth_cred_t cred, int waitfor)
537 fsyncwait = (waitfor == MNT_WAIT) ? FSYNC_WAIT : 0;
571 if (waitfor == MNT_LAZY) {
577 if (waitfor == MNT_LAZY) {
592 puffs_vfsop_sync(struct mount *mp, int waitfor, struct kauth_cred *cred)
598 error = pageflush(mp, cred, waitfor);
602 sync_msg->pvfsr_waitfor = waitfor;
  /src/sys/ufs/ffs/
ffs_vfsops.c 1931 int waitfor; member in struct:ffs_sync_ctx
1966 (c->waitfor == MNT_LAZY || (LIST_EMPTY(&vp->v_dirtyblkhd) &&
1979 ffs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
1998 ctx.waitfor = waitfor;
2002 LK_EXCLUSIVE | (waitfor == MNT_LAZY ? LK_NOWAIT : 0));
2007 if (waitfor == MNT_LAZY) {
2016 (waitfor == MNT_WAIT ? FSYNC_WAIT : 0), 0, 0);
2027 if (waitfor != MNT_LAZY) {
2037 if (waitfor == MNT_WAIT
    [all...]
ffs_inode.c 119 int waitfor, flags; local in function:ffs_update
135 waitfor = updflags & UPDATE_WAIT;
137 waitfor |= UPDATE_WAIT;
139 waitfor = 0;
191 if (waitfor) {
  /src/sys/miscfs/fdesc/
fdesc_vfsops.c 153 fdesc_sync(struct mount *mp, int waitfor,
  /src/sys/miscfs/genfs/
layer_vfsops.c 196 layerfs_sync(struct mount *mp, int waitfor,
  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 205 kernfs_sync(struct mount *mp, int waitfor,
  /src/bin/ksh/
c_sh.c 232 while (waitfor((char *) 0, &sig) >= 0)
237 rv = waitfor(*wp, &sig);
proto.h 146 int waitfor ARGS((const char *, int *));
  /src/sys/fs/autofs/
autofs_vfsops.c 303 autofs_sync(struct mount *mp, int waitfor, kauth_cred_t uc)
  /src/sys/fs/filecorefs/
filecore_vfsops.c 501 filecore_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
  /src/sys/fs/hfs/
hfs_vfsops.c 484 hfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
  /src/sys/fs/ptyfs/
ptyfs_vfsops.c 408 ptyfs_sync(struct mount *mp, int waitfor,
  /src/sys/fs/sysvbfs/
sysvbfs_vfsops.c 291 sysvbfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)
  /src/sys/fs/v7fs/
v7fs_vfsops.c 386 v7fs_sync(struct mount *mp, int waitfor, kauth_cred_t cred)

Completed in 27 milliseconds

1 2