Lines Matching defs:full
1678 vfs_buf_print(struct buf *bp, int full, void (*pr)(const char *, ...))
1698 vfs_vnode_print(struct vnode *vp, int full, void (*pr)(const char *, ...))
1701 uvm_object_printit(&vp->v_uobj, full, pr);
1704 if (full) {
1710 vfs_buf_print(bp, full, pr);
1716 vfs_buf_print(bp, full, pr);
1722 vfs_vnode_lock_print(void *vlock, int full, void (*pr)(const char *, ...))
1731 vfs_vnode_print(VIMPL_TO_VNODE(vip), full, pr);
1737 vfs_mount_print_all(int full, void (*pr)(const char *, ...))
1741 vfs_mount_print(mp, full, pr);
1745 vfs_mount_print(struct mount *mp, int full, void (*pr)(const char *, ...))
1814 if (full) {