Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/uwb/
Duwb-debug.c69 static struct dentry *root_dir; variable
298 if (root_dir) { in uwb_dbg_add_rc()
300 root_dir); in uwb_dbg_add_rc()
333 if (root_dir) { in uwb_dbg_del_rc()
347 root_dir = debugfs_create_dir("uwb", NULL); in uwb_dbg_init()
355 debugfs_remove(root_dir); in uwb_dbg_exit()
366 if (root_dir && rc->dbg && rc->dbg->root_d && pal->name) in uwb_dbg_create_pal_dir()
/linux-4.19.296/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.c901 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()
/linux-4.19.296/fs/ocfs2/
Docfs2_trace.h1709 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1711 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1715 __field(unsigned long long, root_dir)
1722 __entry->root_dir = root_dir;
1727 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)