Searched refs:OBJ_TMPFS (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c156 KASSERT((obj->flags & (OBJ_TMPFS_NODE | OBJ_TMPFS)) ==
157 (OBJ_TMPFS_NODE | OBJ_TMPFS), ("non-tmpfs obj"));
277 if ((object->flags & (OBJ_TMPFS_NODE | OBJ_TMPFS)) !=
278 (OBJ_TMPFS_NODE | OBJ_TMPFS)) {
H A Dtmpfs_subr.c272 /* OBJ_TMPFS is set together with the setting of vp->v_object */
358 KASSERT((uobj->flags & OBJ_TMPFS) == 0,
359 ("leaked OBJ_TMPFS node %p vm_obj %p", node, uobj));
485 vm_object_clear_flag(obj, OBJ_TMPFS);
630 vm_object_set_flag(object, OBJ_TMPFS);
1468 KASSERT((obj->flags & (OBJ_TMPFS_NODE | OBJ_TMPFS)) ==
1469 (OBJ_TMPFS_NODE | OBJ_TMPFS), ("non-tmpfs obj"));
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_map.c172 if ((lobj->flags & OBJ_TMPFS) != 0) {
/freebsd-11-stable/sys/vm/
H A Dvm_object.h190 #define OBJ_TMPFS 0x8000 /* has tmpfs vnode allocated */ macro
H A Dvm_object.c556 (object->flags & OBJ_TMPFS) != 0) {
569 if ((object->flags & OBJ_TMPFS) != 0)
2349 if (object->type == OBJT_SWAP && (object->flags & OBJ_TMPFS) != 0)
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c2208 if ((lobj->flags & OBJ_TMPFS) != 0) {
2451 if ((lobj->flags & OBJ_TMPFS) != 0) {

Completed in 118 milliseconds