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

/linux-4.4.14/fs/fat/
H A Dfile.c222 int err, wait, free_start, i_start, i_logstart; fat_free() local
224 if (MSDOS_I(inode)->i_start == 0) fat_free()
230 i_start = free_start = MSDOS_I(inode)->i_start; fat_free()
235 MSDOS_I(inode)->i_start = 0; fat_free()
243 MSDOS_I(inode)->i_start = i_start; fat_free()
H A Dcache.c232 BUG_ON(MSDOS_I(inode)->i_start == 0); fat_get_cluster()
235 *dclus = MSDOS_I(inode)->i_start; fat_get_cluster()
290 if (MSDOS_I(inode)->i_start == 0) fat_bmap_cluster()
H A Dmisc.c110 if (MSDOS_I(inode)->i_start) { fat_chain_add()
139 MSDOS_I(inode)->i_start = new_dclus; fat_chain_add()
H A Dinode.c441 if (MSDOS_I(inode)->i_start == 0) fat_calc_dir_size()
470 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); fat_fill_inode()
471 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; fat_fill_inode()
483 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); fat_fill_inode()
485 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; fat_fill_inode()
1286 MSDOS_I(inode)->i_start = sbi->root_cluster; fat_read_root()
1291 MSDOS_I(inode)->i_start = 0; fat_read_root()
H A Dfat.h121 int i_start; /* first cluster or 0 */ member in struct:msdos_inode_info
H A Ddir.c1316 } else if (MSDOS_I(dir)->i_start == 0) { fat_add_entries()

Completed in 150 milliseconds