Searched refs:ntfs_read_run_nb (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | fsntfs.c | 1143 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() function 1265 int err = ntfs_read_run_nb(sbi, run, vbo, rhdr, bytes, nb); in ntfs_read_bh() 1988 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_get_security_by_id() 1999 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_get_security_by_id() 2096 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_insert_security()
|
D | attrlist.c | 89 err = ntfs_read_run_nb(ni->mi.sbi, &ni->attr_list.run, 0, le, in ntfs_load_attr_list()
|
D | xattr.c | 123 err = ntfs_read_run_nb(sbi, &run, 0, ea_p, size, NULL); in ntfs_read_ea()
|
D | ntfs_fs.h | 611 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run,
|
D | inode.c | 1803 err = ntfs_read_run_nb(sbi, &ni->file.run, 0, rp, size, NULL); in ntfs_readlink_hlp()
|
D | fslog.c | 1143 err = ntfs_read_run_nb(ni->mi.sbi, &ni->file.run, page_vbo, page_buf, in read_log_page() 3171 err = ntfs_read_run_nb(sbi, oa->run1, vbo, buffer_le, bytes, in do_action()
|
D | frecord.c | 1812 !ntfs_read_run_nb(ni->mi.sbi, &run, 0, buffer, in ni_parse_reparse()
|