Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 13 of 13) sorted by relevance

/fs/befs/
Dsuper.c50 befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir); in befs_load_sb()
Dbefs.h55 befs_inode_addr root_dir; member
Dbefs_fs_types.h138 befs_disk_inode_addr root_dir; member
Ddebug.c193 tmp_run = fsrun_to_cpu(sb, sup->root_dir); in befs_dump_super_block()
Dlinuxvfs.c900 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()
/fs/exfat/
Dsuper.c338 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
340 ei->start_clu = sbi->root_dir; in exfat_read_root()
346 ei->hint_stat.clu = sbi->root_dir; in exfat_read_root()
349 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
368 ei->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff; in exfat_read_root()
487 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
Dballoc.c102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
Dnls.c759 clu.dir = sbi->root_dir; in exfat_create_upcase_table()
Dexfat_fs.h228 unsigned int root_dir; /* root dir cluster */ member
Dinode.c39 if (is_dir && ei->dir.dir == sbi->root_dir && ei->entry == -1) in __exfat_write_inode()
Ddir.c85 exfat_chain_set(&dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_readdir()
Dnamei.c389 if (p_dir->dir != sbi->root_dir) { in exfat_find_empty_entry()
/fs/ocfs2/
Docfs2_trace.h1711 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1713 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1717 __field(unsigned long long, root_dir)
1724 __entry->root_dir = root_dir;
1729 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)