Home
last modified time | relevance | path

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

/fs/befs/
A Dsuper.c50 befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir); in befs_load_sb()
A Dbefs.h55 befs_inode_addr root_dir; member
A Dbefs_fs_types.h138 befs_disk_inode_addr root_dir; member
A Ddebug.c193 tmp_run = fsrun_to_cpu(sb, sup->root_dir); in befs_dump_super_block()
A Dlinuxvfs.c866 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()
/fs/exfat/
A Dsuper.c351 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
353 ei->start_clu = sbi->root_dir; in exfat_read_root()
359 ei->hint_stat.clu = sbi->root_dir; in exfat_read_root()
378 ei->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff; in exfat_read_root()
494 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
600 exfat_chain_set(root_clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in __exfat_fill_super()
A Dballoc.c83 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
A Dnls.c753 clu.dir = sbi->root_dir; in exfat_create_upcase_table()
A Dexfat_fs.h259 unsigned int root_dir; /* root dir cluster */ member
A Dinode.c40 if (is_dir && ei->dir.dir == sbi->root_dir && ei->entry == -1) in __exfat_write_inode()
/fs/ocfs2/
A Docfs2_trace.h1710 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1712 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1716 __field(unsigned long long, root_dir)
1723 __entry->root_dir = root_dir;
1728 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)

Completed in 22 milliseconds