Searched refs:proc_is_forcing_hfs_case_sensitivity (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_lookup.c474 int force_casesensitive_lookup = proc_is_forcing_hfs_case_sensitivity(p);
H A Dhfs_search.c681 int force_case_sensitivity = proc_is_forcing_hfs_case_sensitivity(vfs_context_proc(ctx));
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h799 extern int proc_is_forcing_hfs_case_sensitivity(proc_t);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c274 if (proc_is_forcing_hfs_case_sensitivity(p))
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c1572 proc_is_forcing_hfs_case_sensitivity(proc_t p) function

Completed in 105 milliseconds