Searched defs:B_INVAL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c274 B_INVAL, kcred, NULL); local
645 qip->i_fs->fs_bsize, B_INVAL, kcred, NULL); local
H A Dufs_vfsops.c488 (void) VOP_PUTPAGE(vp, (offset_t)0, (size_t)0, B_INVAL,
864 (size_t)0, B_INVAL, cr, NULL); local
1670 B_INVAL, cr, NULL); local
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h179 #define B_INVAL 0x010000 /* destroy page when done */ macro
191 * There is some confusion over the meaning of B_FREE and B_INVAL and what
196 * In the case of B_INVAL, the page will be destroyed (hashed out of it's
201 * In order to discard pages without writing them back, (B_INVAL | B_TRUNC)
204 * Use (B_INVAL | B_FORCE) to force the page to be destroyed even if we
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c360 (void) ud_syncip(rip, B_INVAL, I_SYNC);
382 (void) VOP_PUTPAGE(bvp, (offset_t)0, (uint32_t)0, B_INVAL, cr, NULL);
570 (uint32_t)0, B_INVAL, CRED(), NULL);
693 B_INVAL, CRED(), NULL);
785 (uint32_t)0, B_INVAL, cr, NULL); local

Completed in 69 milliseconds