Searched refs:B_TRUNC (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 425 pcfs_putapage, B_INVAL | B_TRUNC, CRED()); in pc_truncate() 442 pcfs_putapage, B_INVAL | B_TRUNC, CRED()); in pc_truncate() 720 B_INVAL | B_TRUNC, in pc_diskchanged() 752 B_INVAL | B_TRUNC, in pc_diskchanged()
|
H A D | pc_vnops.c | 964 pcfs_putapage, B_INVAL | B_TRUNC, in pcfs_inactive()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 600 if ((flags & (B_INVAL | B_FREE)) && !(flags & (B_TRUNC|B_FORCE)) && in pvn_getdirty() 643 if (!hat_ismod(pp) || (flags & B_TRUNC)) { in pvn_getdirty() 847 !(flags & (B_INVAL | B_FREE | B_TRUNC))) { in pvn_vplist_dirty()
|
H A D | vpm.c | 1103 bflags |= (B_INVAL|B_TRUNC); in vpm_sync_pages()
|
H A D | seg_map.c | 2058 bflags |= (B_INVAL|B_TRUNC); in segmap_release()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | buf.h | 182 #define B_TRUNC 0x100000 /* truncate page without I/O */ macro
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 1305 B_INVAL | B_TRUNC, CRED()); in ufs_itrunc() 1377 ufs_putapage, B_INVAL | B_TRUNC, CRED()); in ufs_itrunc()
|
H A D | ufs_thread.c | 742 ufs_putapage, B_INVAL | B_TRUNC, in ufs_idle_free()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 1636 ud_putapage, B_INVAL | B_TRUNC, CRED()); in ud_itrunc() 1652 ud_putapage, B_INVAL | B_TRUNC, CRED()); in ud_itrunc()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_cnode.c | 395 (void) pvn_vplist_dirty(vp, 0, NULL, B_INVAL | B_TRUNC, cr); in cachefs_cnode_inactive()
|
H A D | cachefs_ioctl.c | 2229 B_INVAL | B_TRUNC, kcred, NULL); in drop_backvp()
|
H A D | cachefs_vnops.c | 2397 B_TRUNC | B_INVAL, cr); in cachefs_setattr_common()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_znode.c | 1617 B_INVAL | B_TRUNC, NULL); in zfs_trunc()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 2752 B_INVAL | B_TRUNC, kcred); in dumpsys()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 2539 B_INVAL | B_TRUNC, cr); in nfs_invalidate_pages()
|
H A D | nfs4_client.c | 2558 B_INVAL | B_TRUNC, cr); in nfs4_invalidate_pages()
|