Lines Matching refs:obj
713 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes() argument
723 dentry = obj->path1.dentry; in tomoyo_get_attributes()
728 dentry = obj->path2.dentry; in tomoyo_get_attributes()
740 struct tomoyo_mini_stat *stat = &obj->stat[i]; in tomoyo_get_attributes()
748 obj->stat_valid[i] = true; in tomoyo_get_attributes()
776 struct tomoyo_obj_info *obj; in tomoyo_condition() local
787 obj = r->obj; in tomoyo_condition()
818 symlink = obj ? obj->symlink_target : NULL; in tomoyo_condition()
941 if (!obj) in tomoyo_condition()
943 if (!obj->validate_done) { in tomoyo_condition()
944 tomoyo_get_attributes(obj); in tomoyo_condition()
945 obj->validate_done = true; in tomoyo_condition()
991 if (!obj->stat_valid[stat_index]) in tomoyo_condition()
993 stat = &obj->stat[stat_index]; in tomoyo_condition()