Home
last modified time | relevance | path

Searched refs:i_start (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/fat/
H A Dfile.c313 int err, wait, free_start, i_start, i_logstart; in fat_free() local
315 if (MSDOS_I(inode)->i_start == 0) in fat_free()
321 i_start = free_start = MSDOS_I(inode)->i_start; in fat_free()
326 MSDOS_I(inode)->i_start = 0; in fat_free()
334 MSDOS_I(inode)->i_start = i_start; in fat_free()
H A Dcache.c234 BUG_ON(MSDOS_I(inode)->i_start == 0); in fat_get_cluster()
237 *dclus = MSDOS_I(inode)->i_start; in fat_get_cluster()
296 if (MSDOS_I(inode)->i_start == 0) in fat_bmap_cluster()
H A Dinode.c480 if (MSDOS_I(inode)->i_start == 0) in fat_calc_dir_size()
500 if (MSDOS_I(dir)->i_start == 0 || in fat_validate_dir()
501 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()
528 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode()
529 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode()
545 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode()
547 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode()
755 ei->i_start = 0; in fat_alloc_inode()
1329 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()
1334 MSDOS_I(inode)->i_start = 0; in fat_read_root()
H A Dmisc.c118 if (MSDOS_I(inode)->i_start) { in fat_chain_add()
147 MSDOS_I(inode)->i_start = new_dclus; in fat_chain_add()
H A Dfat.h125 int i_start; /* first cluster or 0 */ member
H A Ddir.c1334 } else if (MSDOS_I(dir)->i_start == 0) { in fat_add_entries()