Searched refs:new_dclus (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dmisc.c87 int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) argument
95 * one (new_dclus) to the end of the link list (the FAT).
116 ret = fat_ent_write(inode, &fatent, new_dclus, wait);
121 // fat_cache_add(inode, new_fclus, new_dclus);
123 MSDOS_I(inode)->i_start = new_dclus;
124 MSDOS_I(inode)->i_logstart = new_dclus;
H A Dfat.h335 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);

Completed in 79 milliseconds