Searched refs:ntfs_read_run_nb (Results 1 – 7 of 7) sorted by relevance
/fs/ntfs3/ |
D | fsntfs.c | 1165 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() function 1287 int err = ntfs_read_run_nb(sbi, run, vbo, rhdr, bytes, nb); in ntfs_read_bh() 2039 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_get_security_by_id() 2050 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_get_security_by_id() 2147 err = ntfs_read_run_nb(sbi, &ni->file.run, in ntfs_insert_security()
|
D | attrlist.c | 100 err = ntfs_read_run_nb(ni->mi.sbi, &ni->attr_list.run, 0, le, in ntfs_load_attr_list()
|
D | xattr.c | 128 err = ntfs_read_run_nb(sbi, &run, 0, ea_p, size, NULL); in ntfs_read_ea()
|
D | ntfs_fs.h | 614 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run,
|
D | inode.c | 1836 err = ntfs_read_run_nb(sbi, &ni->file.run, 0, rp, size, NULL); in ntfs_readlink_hlp()
|
D | fslog.c | 1145 err = ntfs_read_run_nb(ni->mi.sbi, &ni->file.run, page_vbo, page_buf, in read_log_page() 3175 err = ntfs_read_run_nb(sbi, oa->run1, vbo, buffer_le, bytes, in do_action()
|
D | frecord.c | 1769 !ntfs_read_run_nb(ni->mi.sbi, &run, 0, buffer, in ni_parse_reparse()
|