Searched refs:fat_chain_add (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dmisc.c84 * fat_chain_add() adds a new cluster to the chain of clusters represented
87 int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) function
H A Dfat.h335 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
H A Ddir.c1327 err = fat_chain_add(dir, cluster, nr_cluster);
H A Dinode.c49 err = fat_chain_add(inode, cluster, 1);

Completed in 58 milliseconds