Searched refs:i_start (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/fat/ |
| H A D | file.c | 314 int err, wait, free_start, i_start, i_logstart; in fat_free() local 316 if (MSDOS_I(inode)->i_start == 0) in fat_free() 322 i_start = free_start = MSDOS_I(inode)->i_start; in fat_free() 327 MSDOS_I(inode)->i_start = 0; in fat_free() 335 MSDOS_I(inode)->i_start = i_start; in fat_free()
|
| H A D | cache.c | 229 BUG_ON(MSDOS_I(inode)->i_start == 0); in fat_get_cluster() 232 *dclus = MSDOS_I(inode)->i_start; in fat_get_cluster() 291 if (MSDOS_I(inode)->i_start == 0) in fat_bmap_cluster()
|
| H A D | inode.c | 483 if (MSDOS_I(inode)->i_start == 0) in fat_calc_dir_size() 503 if (MSDOS_I(dir)->i_start == 0 || in fat_validate_dir() 504 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir() 531 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode() 532 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode() 548 MSDOS_I(inode)->i_start = fat_get_start(sbi, de); in fat_fill_inode() 550 MSDOS_I(inode)->i_logstart = MSDOS_I(inode)->i_start; in fat_fill_inode() 758 ei->i_start = 0; in fat_alloc_inode() 1332 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root() 1337 MSDOS_I(inode)->i_start = 0; in fat_read_root()
|
| H A D | misc.c | 118 if (MSDOS_I(inode)->i_start) { in fat_chain_add() 147 MSDOS_I(inode)->i_start = new_dclus; in fat_chain_add()
|
| H A D | fat.h | 125 int i_start; /* first cluster or 0 */ member
|
| H A D | dir.c | 1336 } else if (MSDOS_I(dir)->i_start == 0) { in fat_add_entries()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | task_local_data.bpf.h | 171 static int __tld_fetch_key(struct tld_object *tld_obj, const char *name, int i_start) in __tld_fetch_key() argument 187 if (i >= i_start && !bpf_strncmp(metadata[i].name, TLD_NAME_LEN, name)) in __tld_fetch_key()
|