Home
last modified time | relevance | path

Searched refs:num_alloc (Results 1 – 2 of 2) sorted by relevance

/fs/exfat/
A Dfatent.c348 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, in exfat_alloc_cluster() argument
366 if (num_alloc > total_cnt - sbi->used_clusters) in exfat_alloc_cluster()
436 if (p_chain->size == num_alloc) { in exfat_alloc_cluster()
438 sbi->used_clusters += num_alloc; in exfat_alloc_cluster()
A Dexfat_fs.h438 int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc,

Completed in 7 milliseconds