Searched refs:exfat_alloc_cluster (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | fatent.c | 304 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() function
|
| H A D | exfat_fs.h | 398 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,
|
| H A D | inode.c | 181 ret = exfat_alloc_cluster(inode, num_to_be_allocated, &new_clu, in exfat_map_cluster()
|
| H A D | dir.c | 320 ret = exfat_alloc_cluster(inode, 1, clu, IS_DIRSYNC(inode)); in exfat_alloc_new_dir()
|
| H A D | namei.c | 343 ret = exfat_alloc_cluster(inode, 1, &clu, IS_DIRSYNC(inode)); in exfat_find_empty_entry()
|