Home
last modified time | relevance | path

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

/openbmc/linux/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.c482 if (MSDOS_I(inode)->i_start == 0) in fat_calc_dir_size()
502 if (MSDOS_I(dir)->i_start == 0 || in fat_validate_dir()
503 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()
529 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode()
530 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode()
546 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode()
548 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode()
752 ei->i_start = 0; in fat_alloc_inode()
1396 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()
1401 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.h122 int i_start; /* first cluster or 0 */ member
H A Ddir.c1322 } else if (MSDOS_I(dir)->i_start == 0) { in fat_add_entries()