Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jfs/
Dioctl.c30 } jfs_map[] = { variable
46 while (jfs_map[index].jfs_flag) { in jfs_map_ext2()
48 if (jfs_map[index].ext2_flag & flags) in jfs_map_ext2()
49 mapped |= jfs_map[index].jfs_flag; in jfs_map_ext2()
51 if (jfs_map[index].jfs_flag & flags) in jfs_map_ext2()
52 mapped |= jfs_map[index].ext2_flag; in jfs_map_ext2()