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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfile.h104 #define FNODSYNC 0x10000 /* fsync pseudo flag */ macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c317 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct);
1634 error = VOP_FSYNC(vp, FNODSYNC, cr, &ct);
1899 (void) VOP_FSYNC(realvp, FNODSYNC, cr, NULL);
1901 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
2241 (void) VOP_FSYNC(fromvp, FNODSYNC, cr, NULL);
2633 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
H A Dnfs3_srv.c339 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct);
915 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
1937 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
2568 (void) VOP_FSYNC(realvp, FNODSYNC, cr, NULL);
2570 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
3321 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
3588 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
4004 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL);
H A Dnfs4_srv.c1764 syncval = FNODSYNC;
2558 (void) VOP_FSYNC(vp, FNODSYNC, cs->cr, NULL);
5353 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct);
6676 (void) VOP_FSYNC(vp, FNODSYNC, cs->cr, NULL);
H A Dnfs_vnops.c1547 * If FNODSYNC is specified, then there is nothing to do because
1557 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp))
H A Dnfs3_vnops.c1765 * If FNODSYNC is specified, then there is nothing to do because
1775 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp))
H A Dnfs4_vnops.c4617 * If FNODSYNC is specified, then there is nothing to do because
4627 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp))
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dprint.c2144 FC_FL(FNODSYNC)
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1268 * If FNODSYNC is specified, then there is nothing to do because
1290 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp))
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2631 if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) &&
2684 if (syncflag & FNODSYNC) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c2374 if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) &&

Completed in 433 milliseconds