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