Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
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()
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()
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()
Dmisc.c112 if (MSDOS_I(inode)->i_start) { in fat_chain_add()
141 MSDOS_I(inode)->i_start = new_dclus; in fat_chain_add()
Dfat.h122 int i_start; /* first cluster or 0 */ member
Ddir.c1322 } else if (MSDOS_I(dir)->i_start == 0) { in fat_add_entries()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch57924 /* Fallocate results in updating the i_start/iogstart
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch360284 /* Fallocate results in updating the i_start/iogstart