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

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h180 #define B_FORCE 0x020000 /* semi-permanent removal from cache */ macro
204 * Use (B_INVAL | B_FORCE) to force the page to be destroyed even if we
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pvn.c418 * to destroy (or free) the page unless B_FORCE
423 * If B_INVAL and B_FORCE is set we really have
426 if ((flags & (B_INVAL|B_FORCE)) == (B_INVAL|B_FORCE)) {
577 * B_TRUNC, B_FORCE}. B_DELWRI indicates that this page is part of a kluster
580 * and so no i/o needs to be done. B_FORCE indicates that the page
600 if ((flags & (B_INVAL | B_FREE)) && !(flags & (B_TRUNC|B_FORCE)) &&
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1551 * Make sure B_FORCE isn't set. We can re-mark the
1554 * we should make sure B_FORCE isn't set - we don't
1557 if (flags & B_FORCE)
1558 flags &= ~(B_INVAL | B_FORCE);
1568 * We don't want to clear B_FORCE here as the caller presumably
1683 * Make sure B_FORCE isn't set. We can re-mark the
1686 * we should make sure B_FORCE isn't set - we don't
1689 if (flags & B_FORCE)
1690 flags &= ~(B_INVAL | B_FORCE);
1701 * We don't want to clear B_FORCE her
[all...]
H A Dnfs4_client.c1803 * Make sure B_FORCE isn't set. We can re-mark the
1806 * we should make sure B_FORCE isn't set - we don't
1809 if (flags & B_FORCE)
1810 flags &= ~(B_INVAL | B_FORCE);
1822 * We don't want to clear B_FORCE here as the caller presumably
1935 * Make sure B_FORCE isn't set. We can re-mark the
1938 * we should make sure B_FORCE isn't set - we don't
1941 if (flags & B_FORCE)
1942 flags &= ~(B_INVAL | B_FORCE);
1953 * We don't want to clear B_FORCE her
[all...]
H A Dnfs_vnops.c3518 (B_INVAL|B_FORCE|B_ASYNC)) ==
3519 (B_INVAL|B_FORCE|B_ASYNC)) {
4070 * Flags are composed of {B_INVAL, B_FREE, B_DONTNEED, B_FORCE}
4254 (flags & (B_INVAL|B_FORCE)) != (B_INVAL|B_FORCE)) {
4281 B_INVAL | B_FORCE, cr, NULL);
H A Dnfs3_vnops.c4425 (B_INVAL|B_FORCE|B_ASYNC)) ==
4426 (B_INVAL|B_FORCE|B_ASYNC)) {
4985 * Flags are composed of {B_INVAL, B_FREE, B_DONTNEED, B_FORCE}
5166 (flags & (B_INVAL|B_FORCE)) != (B_INVAL|B_FORCE)) {
5193 B_INVAL | B_FORCE, cr, NULL);
H A Dnfs4_vnops.c9651 (B_INVAL|B_FORCE|B_ASYNC)) ==
9652 (B_INVAL|B_FORCE|B_ASYNC)) {
10207 * Flags are composed of {B_INVAL, B_FREE, B_DONTNEED, B_FORCE}
10395 (flags & (B_INVAL|B_FORCE)) != (B_INVAL|B_FORCE)) {
10422 B_INVAL | B_FORCE, cr, NULL);
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c501 flags &= ~(B_FORCE | B_PAGE_NOWAIT);
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c243 (void) syncpcp(pcp, B_INVAL | B_FORCE);
H A Dpc_vnops.c1614 * Flags are composed of {B_INVAL, B_FREE, B_DONTNEED, B_FORCE}
1781 * a call from msync (B_FORCE) we set the time now.
1785 if ((pcp->pc_flags & PC_MOD) == 0 || (flags & B_FORCE)) {
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1678 pvn_write_done(pp, B_ERROR | B_WRITE | B_INVAL | B_FORCE | flags);
1764 B_ERROR | B_WRITE | B_INVAL | B_FORCE);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c667 (TRANS_ISERROR(ufsvfsp)) ? B_INVAL | B_FORCE : B_INVAL,
H A Dufs_lockfs.c492 (void) TRANS_SYNCIP(ip, B_INVAL | B_FORCE, 0, TOP_SYNCIP_HLOCK);
H A Dufs_vnops.c2589 (B_DONTNEED | B_FREE | B_FORCE | B_ASYNC),
5102 * Flags are composed of {B_INVAL, B_FREE, B_DONTNEED, B_FORCE, B_ASYNC}
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c665 B_ERROR | B_WRITE | B_INVAL | B_FORCE);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c866 (size_t)0, B_INVAL|B_FORCE, cr, NULL); local
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1512 B_INVAL | B_FORCE, kcred, NULL);
1555 B_INVAL | B_FORCE, kcred, NULL);
H A Dmem_config.c2099 B_INVAL|B_FORCE, kcred, NULL);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2812 if (((ip->i_flag & IMODTIME) == 0) || (flags & B_FORCE)) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4152 pvn_write_done(pp, B_INVAL|B_FORCE|B_ERROR);

Completed in 204 milliseconds