Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H A Dfile.c312 int err, wait, free_start, i_start, i_logstart; in fat_free() local
314 if (MSDOS_I(inode)->i_start == 0) in fat_free()
320 i_start = free_start = MSDOS_I(inode)->i_start; in fat_free()
325 MSDOS_I(inode)->i_start = 0; in fat_free()
333 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.c485 if (MSDOS_I(inode)->i_start == 0) in fat_calc_dir_size()
505 if (MSDOS_I(dir)->i_start == 0 || in fat_validate_dir()
506 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()
532 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode()
533 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode()
549 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode()
551 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode()
754 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.c112 if (MSDOS_I(inode)->i_start) { in fat_chain_add()
141 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()