Searched refs:ntfs_read_run_nb (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | fsntfs.c | 1191 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run, in ntfs_read_run_nb() function 1313 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 | 129 err = ntfs_read_run_nb(sbi, &run, 0, ea_p, size, NULL); in ntfs_read_ea()
|
D | ntfs_fs.h | 628 int ntfs_read_run_nb(struct ntfs_sb_info *sbi, const struct runs_tree *run,
|
D | inode.c | 1952 err = ntfs_read_run_nb(sbi, &ni->file.run, 0, rp, size, NULL); in ntfs_readlink_hlp()
|
D | fslog.c | 1167 err = ntfs_read_run_nb(ni->mi.sbi, &ni->file.run, page_vbo, page_buf, in read_log_page() 3192 err = ntfs_read_run_nb(sbi, oa->run1, vbo, buffer_le, bytes, in do_action()
|
D | frecord.c | 1821 !ntfs_read_run_nb(ni->mi.sbi, &run, 0, buffer, in ni_parse_reparse()
|