Searched refs:i_start (Results 1 – 8 of 8) sorted by relevance
312 int err, wait, free_start, i_start, i_logstart; in fat_free() local314 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()
234 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()
485 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()
112 if (MSDOS_I(inode)->i_start) { in fat_chain_add()141 MSDOS_I(inode)->i_start = new_dclus; in fat_chain_add()
122 int i_start; /* first cluster or 0 */ member
1322 } else if (MSDOS_I(dir)->i_start == 0) { in fat_add_entries()
57924 /* Fallocate results in updating the i_start/iogstart
360284 /* Fallocate results in updating the i_start/iogstart