Searched refs:fat_chain_add (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | misc.c | 98 * fat_chain_add() adds a new cluster to the chain of clusters represented 101 int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) in fat_chain_add() function
|
H A D | fat.h | 442 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
|
H A D | dir.c | 1382 err = fat_chain_add(dir, cluster, nr_cluster); in fat_add_entries()
|
H A D | inode.c | 113 err = fat_chain_add(inode, cluster, 1); in fat_add_cluster()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | misc.c | 104 * fat_chain_add() adds a new cluster to the chain of clusters represented 107 int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) in fat_chain_add() function
|
H A D | fat.h | 452 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
|
H A D | dir.c | 1382 err = fat_chain_add(dir, cluster, nr_cluster); in fat_add_entries()
|
H A D | inode.c | 113 err = fat_chain_add(inode, cluster, 1); in fat_add_cluster()
|
Completed in 12 milliseconds