Home
last modified time | relevance | path

Searched refs:ntfs_look_free_mft (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dfrecord.c878 err = ntfs_look_free_mft(sbi, &rno, is_mft, ni, &mi); in ni_create_attr_list()
1040 err = ntfs_look_free_mft(sbi, &rno, is_mft_data, ni, &mi); in ni_ins_attr_ext()
1271 if (ntfs_look_free_mft(sbi, &mft_new, true, ni, &mi_new)) { in ni_expand_mft_list()
H A Dntfs_fs.h600 int ntfs_look_free_mft(struct ntfs_sb_info *sbi, CLST *rno, bool mft,
H A Dinode.c1338 err = ntfs_look_free_mft(sbi, &ino, false, NULL, NULL); in ntfs_create_inode()
H A Dfsntfs.c556 int ntfs_look_free_mft(struct ntfs_sb_info *sbi, CLST *rno, bool mft, in ntfs_look_free_mft() function