Searched refs:QNX6_PTR_MAX_LEVELS (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dqnx6_fs.h28 #define QNX6_PTR_MAX_LEVELS 5 /* maximum indirect levels */ macro
/linux-4.4.14/fs/qnx6/
H A Dinode.c418 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) { qnx6_fill_super()
420 QNX6_PTR_MAX_LEVELS, sb1->Inode.levels); qnx6_fill_super()
423 if (sb1->Longfile.levels > QNX6_PTR_MAX_LEVELS) { qnx6_fill_super()
425 QNX6_PTR_MAX_LEVELS, sb1->Longfile.levels); qnx6_fill_super()

Completed in 41 milliseconds