Searched refs:exfat_alloc_cluster (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/exfat/ |
D | fatent.c | 279 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() function
|
D | exfat_fs.h | 390 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,
|
D | inode.c | 182 ret = exfat_alloc_cluster(inode, num_to_be_allocated, &new_clu); in exfat_map_cluster()
|
D | dir.c | 318 ret = exfat_alloc_cluster(inode, 1, clu); in exfat_alloc_new_dir()
|
D | namei.c | 343 ret = exfat_alloc_cluster(inode, 1, &clu); in exfat_find_empty_entry()
|