Searched refs:v_flag (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/vm/
H A Ddp_backing_file.c353 SET(vp->v_flag, VSWAP);
375 CLR(vp->v_flag, VSWAP);
488 CLR(vp->v_flag, VSWAP);
H A Dvm_unix.c1394 vp->v_flag |= VSHARED_DYLD;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c401 vp->v_flag |= VTHROTTLED;
403 vp->v_flag |= VBWAIT;
439 if ((vp->v_flag & VTHROTTLED)) {
440 vp->v_flag &= ~VTHROTTLED;
443 if ((vp->v_flag & VBWAIT) && (vp->v_numoutput == 0)) {
444 vp->v_flag &= ~VBWAIT;
522 if ((flags & SKIPSYSTEM) && ((vp->v_flag & VSYSTEM) ||
523 (vp->v_flag & VNOFLUSH)))
525 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP))
1340 nvp->v_flag |
[all...]
H A Dvfs_cache.c252 while (vp && vp->v_flag & VROOT) {
278 fixhardlink = (vp->v_flag & VISHARDLINK) &&
458 if (!(tvp->v_flag & VROOT) || !tvp->v_mount)
584 int isstream = (vp->v_flag & VISNAMEDSTREAM);
790 vp->v_flag |= VISHARDLINK;
1127 if (dp && (dp->v_flag & VISHARDLINK)) {
1136 if ((dp->v_flag & VROOT) ||
1155 if ( (vp->v_flag & VISHARDLINK) ) {
H A Dkpi_vfs.c1663 return ((vp->v_flag & VROOT)? 1 : 0);
1670 return ((vp->v_flag & VSYSTEM)? 1 : 0);
1677 return ((vp->v_flag & VSWAP)? 1 : 0);
1684 return ((vp->v_flag & VISTTY) ? 1 : 0);
1691 return ((vp->v_flag & VMOUNT)? 1 : 0);
1711 return ((vp->v_flag & VRAGE)? 1 : 0);
1717 return ((vp->v_flag & VNEEDSSNAPSHOT)? 1 : 0);
1752 return ((vp->v_flag & VNOCACHE_DATA)? 1 : 0);
1761 return ((vp->v_flag & VRAOFF)? 1 : 0);
1767 return ((vp->v_flag
[all...]
H A Dvfs_xattr.c125 if (vp->v_flag & VISNAMEDSTREAM) {
187 if (vp->v_flag & VISNAMEDSTREAM) {
278 if (vp->v_flag & VISNAMEDSTREAM) {
338 if (vp->v_flag & VISNAMEDSTREAM) {
422 svp->v_flag |= streamflags;
468 svp->v_flag |= streamflags;
859 if (svp->v_flag & VISNAMEDSTREAM) {
865 if ((svp->v_flag & VISSHADOW)) {
932 svp->v_flag |= (VISNAMEDSTREAM | VISSHADOW);
945 svp->v_flag |
[all...]
H A Dvfs_syscalls.c379 if ((vp->v_flag & VROOT) &&
450 if ((vp->v_flag & VROOT) == 0) {
829 CLR(vp->v_flag, VMOUNT);
932 CLR(vp->v_flag, VMOUNT);
1064 if (ISSET(vp->v_flag, VMOUNT) && (vp->v_mountedhere != NULL)) {
1077 SET(vp->v_flag, VMOUNT);
1174 CLR(vp->v_flag, VMOUNT);
1498 CLR(vp->v_flag, VMOUNT);
1680 if ((vp->v_flag & VROOT) == 0) {
3999 if (vp->v_flag
[all...]
H A Dvfs_lookup.c447 if ( (cnp->cn_flags & MAKEENTRY) && (vp->v_flag & VNCACHEABLE) && LIST_FIRST(&vp->v_nclinks) == NULL) {
972 if ((dp->v_flag & VROOT) == 0 ||
1033 (dp->v_flag & VROOT) && (dp->v_mount != NULL) &&
H A Dvfs_fsevents.c2316 if (vp->v_flag & VISHARDLINK) {
2340 if (vp->v_flag & VISHARDLINK) {
2379 if (vp->v_flag & VISHARDLINK) {
H A Dvfs_vnops.c600 if (!did_create && (vp->v_flag & VOPENEVT) && (current_proc()->p_flag & P_CHECKOPENEVT)) {
690 if ((vp->v_flag & VISNAMEDSTREAM) &&
H A Dvfs_cluster.c1067 if (vp->v_flag & VSYSTEM)
1994 if (vp->v_flag & VNOCACHE_DATA){
3401 if (vp->v_flag & VNOCACHE_DATA)
3403 if ((vp->v_flag & VRAOFF) || speculative_reads_disabled)
5402 if ((vp->v_flag & VNOCACHE_DATA) || (flags & IO_NOCACHE))
H A Dvfs_attrlist.c1789 mntstat = (vp->v_flag & VROOT) ? DIR_MNTSTATUS_MNTPOINT : 0;
/darwin-on-arm/xnu/security/
H A Dmac_vfs_subr.c94 if ((error == 0) && (vp->v_flag & VNCACHEABLE))
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h143 uint32_t v_flag; /* vnode flags (see below) */ member in struct:vnode
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c894 rootvnode->v_flag |= VROOT;
H A Dsys_generic.c322 if (check_for_pread && (vp->v_flag & VISTTY)) {
533 if ((vp->v_flag & VISTTY)) {
H A Ddecmpfs.c616 DebugLog("decmpfs_validate_compressed_file ret %d, vp->v_flag %d\n", err, vp->v_flag);
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c1184 nd.ni_vp->v_flag |= VNOCACHE_DATA;
1253 vn->sc_shadow_vp->v_flag |= VNOCACHE_DATA;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c2424 } else if ( !(vp->v_flag & VSWAP) ) /* User file */ {

Completed in 214 milliseconds