Searched refs:ALLOC_FAT_CHAIN (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/exfat/ |
H A D | fatent.c | 361 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster() 375 p_chain->flags = ALLOC_FAT_CHAIN; in exfat_alloc_cluster() 385 if (p_chain->flags == ALLOC_FAT_CHAIN) { in exfat_alloc_cluster() 394 } else if (p_chain->flags == ALLOC_FAT_CHAIN) { in exfat_alloc_cluster() 422 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 | balloc.c | 102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
|
H A D | nls.c | 760 clu.flags = ALLOC_FAT_CHAIN; in exfat_create_upcase_table()
|
H A D | file.c | 164 if (ei->flags == ALLOC_FAT_CHAIN && last_clu != EXFAT_FREE_CLUSTER && in __exfat_truncate()
|
H A D | namei.c | 389 p_dir->flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() 390 hint_femp.cur.flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() 393 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() 493 (type == TYPE_FILE) ? ALLOC_FAT_CHAIN : ALLOC_NO_FAT_CHAIN, in exfat_init_dir_entry()
|