Searched refs:attr_allocate_clusters (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | attrib.c | 160 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() function 306 err = attr_allocate_clusters(sbi, run, NULL, 0, 0, len, NULL, in attr_make_nonresident() 641 err = attr_allocate_clusters( in attr_set_size_ex() 1222 err = attr_allocate_clusters(sbi, run, run_da, vcn, hint + 1, to_alloc, in attr_data_get_block_locked() 1862 err = attr_allocate_clusters(sbi, run, NULL, vcn + clst_data, in attr_allocate_frame()
|
| H A D | ntfs_fs.h | 460 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run,
|
| H A D | inode.c | 1753 err = attr_allocate_clusters(sbi, &ni->file.run, NULL, in ntfs_create_inode()
|
| H A D | index.c | 1490 err = attr_allocate_clusters(sbi, &run, NULL, 0, 0, len, NULL, in indx_create_allocate()
|