Home
last modified time | relevance | path

Searched refs:pwd_hold (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/security/audit/
H A Daudit_bsm_klib.c509 pwd = pwd_hold(td); in audit_canon_path()
/f-stack/freebsd/sys/
H A Dfiledesc.h342 struct pwd *pwd_hold(struct thread *td);
/f-stack/freebsd/kern/
H A Dvfs_lookup.c335 pwd = pwd_hold(td); in namei_setup()
H A Dvfs_cache.c2909 pwd = pwd_hold(curthread); in vn_getcwd()
2975 pwd = pwd_hold(curthread); in vn_fullpath()
3472 pwd = pwd_hold(curthread); in vn_fullpath_hardlink()
H A Dkern_linker.c2072 pwd = pwd_hold(curthread); in linker_root_mounted()
H A Dkern_descrip.c3761 pwd_hold(struct thread *td) in pwd_hold() function