Searched +full:vref +full:- +full:half (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry. 12 * Jan-Simon Pendry. 76 VNASSERT(((vp)->v_op == &unionfs_vnodeops), vp, \ 77 ("%s: non-unionfs vnode", __func__)) 95 cnp = ap->a_cnp; in unionfs_lookup() 96 nameiop = cnp->cn_nameiop; in unionfs_lookup() 97 cnflags = cnp->cn_flags; in unionfs_lookup() 98 dvp = ap->a_dvp; in unionfs_lookup() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 179 * sub-cache consisting mostly of such files. The system balances the size 180 * of this sub-cache with its complement to try to prevent either from 185 * to recyling of free vnodes. In the best-operating case, the cache is 190 * Otherwise, vnlru_proc() runs to reclaim enough vnodes (usually non-free 191 * ones) to reach one of these states. The watermarks are currently hard- 250 /* Zone for allocation of new vnodes - used exclusively by getnewvnode() */ 265 * are delayed only about a half the time that file data is delayed. 268 * SYNCER_MAXDELAY queues that are processed round-robin at a rate of [all …]
|
H A D | vfs_syscalls.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 146 if ((mp->mnt_flag & MNT_RDONLY) == 0 && in kern_sync() 197 AUDIT_ARG_CMD(uap->cmd); in sys_quotactl() 198 AUDIT_ARG_UID(uap->uid); in sys_quotactl() 199 if (!prison_allow(td->td_ucred, PR_ALLOW_QUOTAS)) in sys_quotactl() 202 uap->path); in sys_quotactl() 206 mp = nd.ni_vp->v_mount; in sys_quotactl() 215 error = VFS_QUOTACTL(mp, uap->cmd, uap->uid, uap->arg, &mp_busy); in sys_quotactl() 222 * second is from mount point cross-walk code in lookup()), in sys_quotactl() [all …]
|
H A D | kern_jail.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1999 Poul-Henning Kamp. 107 .pr_securelevel = -1, 203 * Make this array full-size so dynamic parameters can be added. 246 * Initialize the parts of prison0 that can't be static-initialized with 270 * non-printable characters to be safe. in prison0_init() 272 while (size > 0 && data[size - 1] <= 0x20) { in prison0_init() 273 size--; in prison0_init() 279 * Not NUL-terminated when passed from loader, but in prison0_init() [all …]
|