/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 426 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 D | buf.h | 180 #define B_FORCE 0x020000 /* semi-permanent removal from cache */ macro
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 1557 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 D | nfs4_client.c | 1791 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 D | nfs_vnops.c | 3518 (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 D | nfs3_vnops.c | 4425 (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 D | nfs4_vnops.c | 9666 (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 D | pc_node.c | 243 (void) syncpcp(pcp, B_INVAL | B_FORCE); in pc_rele()
|
H A D | pc_vnops.c | 1785 if ((pcp->pc_flags & PC_MOD) == 0 || (flags & B_FORCE)) { in pcfs_putapage()
|
/titanic_50/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 501 flags &= ~(B_FORCE | B_PAGE_NOWAIT); in swap_putpage()
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 866 (size_t)0, B_INVAL|B_FORCE, cr, NULL); in device_close()
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1678 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 D | ufs_thread.c | 667 (TRANS_ISERROR(ufsvfsp)) ? B_INVAL | B_FORCE : B_INVAL, in ufs_idle_free()
|
H A D | ufs_lockfs.c | 492 (void) TRANS_SYNCIP(ip, B_INVAL | B_FORCE, 0, TOP_SYNCIP_HLOCK); in ufs_thaw_hlock()
|
H A D | ufs_vnops.c | 2589 (B_DONTNEED | B_FREE | B_FORCE | B_ASYNC), in ufs_readlink()
|
/titanic_50/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 665 B_ERROR | B_WRITE | B_INVAL | B_FORCE); in dc_putpage()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1537 B_INVAL | B_FORCE, kcred, NULL); in dump_ereports() 1580 B_INVAL | B_FORCE, kcred, NULL); in dump_messages()
|
H A D | mem_config.c | 2099 B_INVAL|B_FORCE, kcred, NULL); in delete_memory_thread()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2792 if (((ip->i_flag & IMODTIME) == 0) || (flags & B_FORCE)) { in ud_putapage()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 4189 pvn_write_done(pp, B_INVAL|B_FORCE|B_ERROR); in zfs_null_putapage()
|