Home
last modified time | relevance | path

Searched refs:UBIFS_DFS_DIR_LEN (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dsysfs.c94 char dfs_dir_name[UBIFS_DFS_DIR_LEN+1]; in ubifs_sysfs_register()
101 n = snprintf(dfs_dir_name, UBIFS_DFS_DIR_LEN + 1, UBIFS_DFS_DIR_NAME, in ubifs_sysfs_register()
104 if (n > UBIFS_DFS_DIR_LEN) { in ubifs_sysfs_register()
H A Ddebug.h25 #define UBIFS_DFS_DIR_LEN (3 + 1 + 2*2 + 1) macro
106 char dfs_dir_name[UBIFS_DFS_DIR_LEN + 1];
H A Dubifs.h165 #define UBIFS_DFS_DIR_LEN (3 + 1 + 2*2 + 1) macro
H A Ddebug.c2825 n = snprintf(d->dfs_dir_name, UBIFS_DFS_DIR_LEN + 1, UBIFS_DFS_DIR_NAME, in dbg_debugfs_init_fs()
2827 if (n > UBIFS_DFS_DIR_LEN) { in dbg_debugfs_init_fs()
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h25 #define UBIFS_DFS_DIR_LEN (3 + 1 + 2*2 + 1) macro
106 char dfs_dir_name[UBIFS_DFS_DIR_LEN + 1];
H A Ddebug.c2868 n = snprintf(d->dfs_dir_name, UBIFS_DFS_DIR_LEN + 1, UBIFS_DFS_DIR_NAME, in dbg_debugfs_init_fs()
2870 if (n == UBIFS_DFS_DIR_LEN) { in dbg_debugfs_init_fs()