Lines Matching refs:nameidata
2124 struct nameidata *ndp = NULL; in exec_activate_image()
2154 ndp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in exec_activate_image()
2303 kfree_type(struct nameidata, ndp); in exec_activate_image()
2677 struct nameidata *ndp; in exec_handle_file_actions()
2682 struct nameidata nd; in exec_handle_file_actions()
2836 struct nameidata *nd; in exec_handle_file_actions()
2837 nd = kalloc_type(struct nameidata, in exec_handle_file_actions()
2846 kfree_type(struct nameidata, nd); in exec_handle_file_actions()
6541 struct nameidata *ndp = NULL; in exec_handle_sugid()
6554 ndp = kalloc_type(struct nameidata, in exec_handle_sugid()
6563 kfree_type(struct nameidata, ndp); in exec_handle_sugid()
6580 kfree_type(struct nameidata, ndp); in exec_handle_sugid()