Searched refs:ALLOC_FAT_CHAIN (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | fatent.c | 315 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster() 330 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster() 342 if (p_chain->flags == ALLOC_FAT_CHAIN) { in exfat_alloc_cluster() 351 } else if (p_chain->flags == ALLOC_FAT_CHAIN) { in exfat_alloc_cluster() 377 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster()
|
H A D | inode.c | 195 if (new_clu.flags == ALLOC_FAT_CHAIN) in exfat_map_cluster() 196 ei->flags = ALLOC_FAT_CHAIN; in exfat_map_cluster() 207 ei->flags = ALLOC_FAT_CHAIN; in exfat_map_cluster() 210 if (new_clu.flags == ALLOC_FAT_CHAIN) in exfat_map_cluster()
|
H A D | exfat_raw.h | 30 #define ALLOC_FAT_CHAIN 0x01 macro
|
H A D | file.c | 186 ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; in __exfat_truncate() 197 if (ei->flags == ALLOC_FAT_CHAIN && last_clu != EXFAT_FREE_CLUSTER && in __exfat_truncate()
|
H A D | super.c | 338 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root() 341 ei->flags = ALLOC_FAT_CHAIN; in exfat_read_root() 349 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
|
H A D | balloc.c | 102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
|
H A D | namei.c | 367 p_dir->flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() 368 hint_femp.cur.flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() 371 if (clu.flags == ALLOC_FAT_CHAIN) in exfat_find_empty_entry()
|
H A D | dir.c | 85 exfat_chain_set(&dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_readdir() 478 (type == TYPE_FILE) ? ALLOC_FAT_CHAIN : ALLOC_NO_FAT_CHAIN, in exfat_init_dir_entry()
|
H A D | nls.c | 760 clu.flags = ALLOC_FAT_CHAIN; in exfat_create_upcase_table()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | fatent.c | 351 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster() 365 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster() 375 if (p_chain->flags == ALLOC_FAT_CHAIN) { in exfat_alloc_cluster() 384 } else if (p_chain->flags == ALLOC_FAT_CHAIN) { in exfat_alloc_cluster() 412 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster()
|
H A D | inode.c | 81 ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; in __exfat_write_inode() 202 if (new_clu.flags == ALLOC_FAT_CHAIN) in exfat_map_cluster() 203 ei->flags = ALLOC_FAT_CHAIN; in exfat_map_cluster() 213 ei->flags = ALLOC_FAT_CHAIN; in exfat_map_cluster() 215 if (new_clu.flags == ALLOC_FAT_CHAIN) in exfat_map_cluster()
|
H A D | exfat_raw.h | 31 #define ALLOC_FAT_CHAIN 0x01 macro
|
H A D | super.c | 338 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root() 341 ei->flags = ALLOC_FAT_CHAIN; in exfat_read_root() 349 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
|
H A D | file.c | 164 if (ei->flags == ALLOC_FAT_CHAIN && last_clu != EXFAT_FREE_CLUSTER && in __exfat_truncate()
|
H A D | balloc.c | 102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
|
H A D | namei.c | 388 p_dir->flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() 389 hint_femp.cur.flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() 392 if (clu.flags == ALLOC_FAT_CHAIN) in exfat_find_empty_entry()
|
H A D | dir.c | 86 exfat_chain_set(&dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_readdir() 492 (type == TYPE_FILE) ? ALLOC_FAT_CHAIN : ALLOC_NO_FAT_CHAIN, in exfat_init_dir_entry()
|
H A D | nls.c | 760 clu.flags = ALLOC_FAT_CHAIN; in exfat_create_upcase_table()
|
Completed in 20 milliseconds