Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dmisc.c101 int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) in fat_chain_add() argument
109 * one (new_dclus) to the end of the link list (the FAT). in fat_chain_add()
130 ret = fat_ent_write(inode, &fatent, new_dclus, wait); in fat_chain_add()
139 // fat_cache_add(inode, new_fclus, new_dclus); in fat_chain_add()
141 MSDOS_I(inode)->i_start = new_dclus; in fat_chain_add()
142 MSDOS_I(inode)->i_logstart = new_dclus; in fat_chain_add()
H A Dfat.h442 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
/kernel/linux/linux-6.6/fs/fat/
H A Dmisc.c107 int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) in fat_chain_add() argument
115 * one (new_dclus) to the end of the link list (the FAT). in fat_chain_add()
136 ret = fat_ent_write(inode, &fatent, new_dclus, wait); in fat_chain_add()
145 // fat_cache_add(inode, new_fclus, new_dclus); in fat_chain_add()
147 MSDOS_I(inode)->i_start = new_dclus; in fat_chain_add()
148 MSDOS_I(inode)->i_logstart = new_dclus; in fat_chain_add()
H A Dfat.h452 extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);

Completed in 4 milliseconds