Lines Matching refs:nameidata
2211 struct nameidata *ndp = NULL; in exec_activate_image()
2241 ndp = kalloc_type(struct nameidata, Z_WAITOK | Z_ZERO | Z_NOFAIL); in exec_activate_image()
2390 kfree_type(struct nameidata, ndp); in exec_activate_image()
2828 struct nameidata *ndp; in exec_handle_file_actions()
2833 struct nameidata nd; in exec_handle_file_actions()
2987 struct nameidata *nd; in exec_handle_file_actions()
2988 nd = kalloc_type(struct nameidata, in exec_handle_file_actions()
2997 kfree_type(struct nameidata, nd); in exec_handle_file_actions()
6816 struct nameidata *ndp = NULL; in exec_handle_sugid()
6829 ndp = kalloc_type(struct nameidata, in exec_handle_sugid()
6838 kfree_type(struct nameidata, ndp); in exec_handle_sugid()
6855 kfree_type(struct nameidata, ndp); in exec_handle_sugid()