Searched refs:attr_allocate_clusters (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ntfs3/ |
H A D | attrib.c | 147 * attr_allocate_clusters - Find free space, mark it as used and store in @run. 149 int attr_allocate_clusters(struct ntfs_sb_info *sbi, struct runs_tree *run, in attr_allocate_clusters() function 278 err = attr_allocate_clusters(sbi, run, 0, 0, len, NULL, in attr_make_nonresident() 574 err = attr_allocate_clusters( in attr_set_size() 1065 err = attr_allocate_clusters(sbi, run, vcn, hint + 1, to_alloc, NULL, in attr_data_get_block() 1714 err = attr_allocate_clusters(sbi, run, vcn + clst_data, in attr_allocate_frame()
|
H A D | inode.c | 1533 err = attr_allocate_clusters(sbi, &ni->file.run, 0, 0, in ntfs_create_inode()
|
H A D | index.c | 1445 err = attr_allocate_clusters(sbi, &run, 0, 0, len, NULL, ALLOCATE_DEF, in indx_create_allocate()
|