Home
last modified time | relevance | path

Searched refs:B_FORCE (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Dvm_pvn.c426 if ((flags & (B_INVAL|B_FORCE)) == (B_INVAL|B_FORCE)) { in pvn_write_done()
600 if ((flags & (B_INVAL | B_FREE)) && !(flags & (B_TRUNC|B_FORCE)) && in pvn_getdirty()
/titanic_50/usr/src/uts/common/sys/
H A Dbuf.h180 #define B_FORCE 0x020000 /* semi-permanent removal from cache */ macro
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1557 if (flags & B_FORCE) in nfs_async_putapage()
1558 flags &= ~(B_INVAL | B_FORCE); in nfs_async_putapage()
1689 if (flags & B_FORCE) in nfs_async_pageio()
1690 flags &= ~(B_INVAL | B_FORCE); in nfs_async_pageio()
2421 flags = (flags & ~B_FREE) | B_INVAL | B_FORCE; in nfs_putpages()
2464 (flags & (B_INVAL | B_FORCE)) != (B_INVAL | B_FORCE)) { in nfs_putpages()
H A Dnfs4_client.c1791 if (flags & B_FORCE) in nfs4_async_putapage()
1792 flags &= ~(B_INVAL | B_FORCE); in nfs4_async_putapage()
1923 if (flags & B_FORCE) in nfs4_async_pageio()
1924 flags &= ~(B_INVAL | B_FORCE); in nfs4_async_pageio()
2440 flags = (flags & ~B_FREE) | B_INVAL | B_FORCE; in nfs4_putpages()
2483 (flags & (B_INVAL | B_FORCE)) != (B_INVAL | B_FORCE)) { in nfs4_putpages()
H A Dnfs_vnops.c3518 (B_INVAL|B_FORCE|B_ASYNC)) == in nfs_bio()
3519 (B_INVAL|B_FORCE|B_ASYNC)) { in nfs_bio()
4254 (flags & (B_INVAL|B_FORCE)) != (B_INVAL|B_FORCE)) { in nfs_sync_putapage()
4281 B_INVAL | B_FORCE, cr, NULL); in nfs_sync_putapage()
H A Dnfs3_vnops.c4425 (B_INVAL|B_FORCE|B_ASYNC)) == in nfs3_bio()
4426 (B_INVAL|B_FORCE|B_ASYNC)) { in nfs3_bio()
5166 (flags & (B_INVAL|B_FORCE)) != (B_INVAL|B_FORCE)) { in nfs3_sync_putapage()
5193 B_INVAL | B_FORCE, cr, NULL); in nfs3_sync_putapage()
H A Dnfs4_vnops.c9666 (B_INVAL|B_FORCE|B_ASYNC)) == in nfs4_bio()
9667 (B_INVAL|B_FORCE|B_ASYNC)) { in nfs4_bio()
10410 (flags & (B_INVAL|B_FORCE)) != (B_INVAL|B_FORCE)) { in nfs4_sync_putapage()
10437 B_INVAL | B_FORCE, cr, NULL); in nfs4_sync_putapage()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c243 (void) syncpcp(pcp, B_INVAL | B_FORCE); in pc_rele()
H A Dpc_vnops.c1785 if ((pcp->pc_flags & PC_MOD) == 0 || (flags & B_FORCE)) { in pcfs_putapage()
/titanic_50/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c501 flags &= ~(B_FORCE | B_PAGE_NOWAIT); in swap_putpage()
/titanic_50/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c866 (size_t)0, B_INVAL|B_FORCE, cr, NULL); in device_close()
/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1678 pvn_write_done(pp, B_ERROR | B_WRITE | B_INVAL | B_FORCE | flags); in hsfs_putapage()
1764 B_ERROR | B_WRITE | B_INVAL | B_FORCE); in hsfs_putpage()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c667 (TRANS_ISERROR(ufsvfsp)) ? B_INVAL | B_FORCE : B_INVAL, in ufs_idle_free()
H A Dufs_lockfs.c492 (void) TRANS_SYNCIP(ip, B_INVAL | B_FORCE, 0, TOP_SYNCIP_HLOCK); in ufs_thaw_hlock()
H A Dufs_vnops.c2589 (B_DONTNEED | B_FREE | B_FORCE | B_ASYNC), in ufs_readlink()
/titanic_50/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c665 B_ERROR | B_WRITE | B_INVAL | B_FORCE); in dc_putpage()
/titanic_50/usr/src/uts/common/os/
H A Ddumpsubr.c1537 B_INVAL | B_FORCE, kcred, NULL); in dump_ereports()
1580 B_INVAL | B_FORCE, kcred, NULL); in dump_messages()
H A Dmem_config.c2099 B_INVAL|B_FORCE, kcred, NULL); in delete_memory_thread()
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2792 if (((ip->i_flag & IMODTIME) == 0) || (flags & B_FORCE)) { in ud_putapage()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4189 pvn_write_done(pp, B_INVAL|B_FORCE|B_ERROR); in zfs_null_putapage()