Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 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()
H A Dubifs.h165 #define UBIFS_DFS_DIR_LEN (3 + 1 + 2*2 + 1) macro
/kernel/linux/linux-5.10/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.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()

Completed in 16 milliseconds