Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:orig

30 static errcode_t ima_get_by_orig(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
152 * Force the orig field to the correct value; the application
156 ent->orig = old;
158 ent->orig = ma->entries[(unsigned) old].orig;
175 ma->orig_map[(unsigned) ent->orig] = old;
193 static errcode_t ima_get_by_orig(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
200 if (orig > ma->max_inode)
202 ino = ma->orig_map[(unsigned) orig];
324 ma->orig_map[ma->entries[new].orig] = new;
341 ma->orig_map[ma->entries[(unsigned) old].orig] = 0;