Lines Matching refs:old
192 static u32 map_old_perms(u32 old) in map_old_perms() argument
194 u32 new = old & 0xf; in map_old_perms()
195 if (old & MAY_READ) in map_old_perms()
197 if (old & MAY_WRITE) in map_old_perms()
200 if (old & 0x10) in map_old_perms()
205 if (old & 0x20) in map_old_perms()
207 if (old & 0x40) /* AA_EXEC_MMAP */ in map_old_perms()
490 struct aa_label *l, *old; in update_file_ctx() local
494 old = rcu_dereference_protected(fctx->label, in update_file_ctx()
496 l = aa_label_merge(old, label, GFP_ATOMIC); in update_file_ctx()
498 if (l != old) { in update_file_ctx()
500 aa_put_label(old); in update_file_ctx()