Home
last modified time | relevance | path

Searched refs:lookup_validate_creation_path (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dnamei.h266 int lookup_validate_creation_path(struct nameidata *ndp);
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_lookup.c1370 error = lookup_validate_creation_path(ndp);
1524 lookup_validate_creation_path(struct nameidata *ndp) function
H A Dvfs_subr.c8289 error = lookup_validate_creation_path(cnp->cn_ndp); in vn_authorize_create()
8349 error = lookup_validate_creation_path(tcnp->cn_ndp); in vn_authorize_renamex_with_paths()
8568 error = lookup_validate_creation_path(cnp->cn_ndp); in vn_authorize_mkdir()