Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dmisc.c98 * 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 Dfat.h442 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
H A Ddir.c1382 err = fat_chain_add(dir, cluster, nr_cluster); in fat_add_entries()
H A Dinode.c113 err = fat_chain_add(inode, cluster, 1); in fat_add_cluster()
/kernel/linux/linux-6.6/fs/fat/
H A Dmisc.c104 * 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 Dfat.h452 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
H A Ddir.c1382 err = fat_chain_add(dir, cluster, nr_cluster); in fat_add_entries()
H A Dinode.c113 err = fat_chain_add(inode, cluster, 1); in fat_add_cluster()

Completed in 12 milliseconds