Lines Matching refs:nameidata
1788 struct nameidata *ndp = NULL; in exec_activate_image()
1810 ndp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in exec_activate_image()
1959 kfree_type(struct nameidata, ndp); in exec_activate_image()
2333 struct nameidata *ndp; in exec_handle_file_actions()
2338 struct nameidata nd; in exec_handle_file_actions()
2492 struct nameidata *nd; in exec_handle_file_actions()
2493 nd = kalloc_type(struct nameidata, in exec_handle_file_actions()
2502 kfree_type(struct nameidata, nd); in exec_handle_file_actions()
6132 struct nameidata *ndp = NULL; in exec_handle_sugid()
6145 ndp = kalloc_type(struct nameidata, in exec_handle_sugid()
6154 kfree_type(struct nameidata, ndp); in exec_handle_sugid()
6171 kfree_type(struct nameidata, ndp); in exec_handle_sugid()