Searched refs:dfs_dir_name (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dsysfs.c94 char dfs_dir_name[UBIFS_DFS_DIR_LEN+1]; local
101 n = snprintf(dfs_dir_name, UBIFS_DFS_DIR_LEN + 1, UBIFS_DFS_DIR_NAME,
114 "%s", dfs_dir_name);
H A Ddebug.h59 * @dfs_dir_name: name of debugfs directory containing this file-system's files
106 char dfs_dir_name[UBIFS_DFS_DIR_LEN + 1]; member in struct:ubifs_debug_info
H A Ddebug.c2830 n = snprintf(d->dfs_dir_name, UBIFS_DFS_DIR_LEN + 1, UBIFS_DFS_DIR_NAME,
2837 fname = d->dfs_dir_name;
/linux-master/drivers/mtd/ubi/
H A Ddebug.c601 n = snprintf(d->dfs_dir_name, UBI_DFS_DIR_LEN + 1, UBI_DFS_DIR_NAME,
608 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir);
H A Dubi.h398 * @dfs_dir_name: name of debugfs directory containing files of this UBI device
423 char dfs_dir_name[UBI_DFS_DIR_LEN + 1]; member in struct:ubi_debug_info

Completed in 304 milliseconds