Searched refs:FNODSYNC (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | file.h | 108 #define FNODSYNC 0x10000 /* fsync pseudo flag */ macro
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 319 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct); in rfs_setattr() 1639 error = VOP_FSYNC(vp, FNODSYNC, cr, &ct); in rfs_write() 1904 (void) VOP_FSYNC(realvp, FNODSYNC, cr, NULL); in rfs_create() 1906 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs_create() 2249 (void) VOP_FSYNC(fromvp, FNODSYNC, cr, NULL); in rfs_link() 2642 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs_readdir()
|
H A D | nfs3_srv.c | 322 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct); in rfs3_setattr() 848 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_readlink() 1819 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_create() 2354 (void) VOP_FSYNC(realvp, FNODSYNC, cr, NULL); in rfs3_mknod() 2356 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_mknod() 3019 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_link() 3270 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_readdir() 3652 (void) VOP_FSYNC(vp, FNODSYNC, cr, NULL); in rfs3_readdirplus()
|
H A D | nfs4_srv.c | 1776 syncval = FNODSYNC; in rfs4_op_create() 2580 (void) VOP_FSYNC(vp, FNODSYNC, cs->cr, NULL); in rfs4_op_link() 5383 (void) VOP_FSYNC(vp, FNODSYNC, cr, &ct); in do_rfs4_op_setattr() 6704 (void) VOP_FSYNC(vp, FNODSYNC, cs->cr, NULL); in rfs4_createfile()
|
H A D | nfs_vnops.c | 1567 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs_fsync()
|
H A D | nfs3_vnops.c | 1785 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs3_fsync()
|
H A D | nfs4_vnops.c | 4671 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs4_fsync()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 1290 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in smbfs_fsync()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 2229 FC_FL(FNODSYNC)
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 2635 if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) && in ufs_fsync() 2688 if (syncflag & FNODSYNC) { in ufs_fsync()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 2508 if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) && in zfs_fsync()
|