Searched refs:ntfs_write_bh (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | record.c | 387 err = ntfs_write_bh(sbi, &rec->rhdr, &mi->nb, wait); in mi_write()
|
H A D | fsntfs.c | 794 err = ntfs_write_bh(sbi, &sbi->new_rec->rhdr, &nb, 0); in ntfs_clear_mft_tail() 1415 int ntfs_write_bh(struct ntfs_sb_info *sbi, struct NTFS_RECORD_HEADER *rhdr, in ntfs_write_bh() function
|
H A D | index.c | 1027 return ntfs_write_bh(ni->mi.sbi, &ib->rhdr, &node->nb, sync); in indx_write() 1104 ntfs_write_bh(ni->mi.sbi, &ib->rhdr, &in->nb, 0); in indx_read()
|
H A D | ntfs_fs.h | 627 int ntfs_write_bh(struct ntfs_sb_info *sbi, struct NTFS_RECORD_HEADER *rhdr,
|