Home
last modified time | relevance | path

Searched refs:new_rec (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Drecord.c428 memcpy(rec, sbi->new_rec, sbi->record_size); in mi_format_new()
H A Dsuper.c626 kfree(sbi->new_rec); in ntfs3_free_sbi()
1073 sbi->new_rec = rec; in ntfs_init_from_boot()
H A Dntfs_fs.h249 struct MFT_REC *new_rec; member
H A Dfsntfs.c794 err = ntfs_write_bh(sbi, &sbi->new_rec->rhdr, &nb, 0); in ntfs_clear_mft_tail()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c547 struct btf_record *new_rec; in btf_record_dup() local
553 new_rec = kmemdup(rec, size, GFP_KERNEL | __GFP_NOWARN); in btf_record_dup()
554 if (!new_rec) in btf_record_dup()
558 new_rec->cnt = 0; in btf_record_dup()
583 new_rec->cnt++; in btf_record_dup()
585 return new_rec; in btf_record_dup()
587 btf_record_free(new_rec); in btf_record_dup()