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

/linux-master/fs/qnx6/
H A Ddir.c42 return last_byte / QNX6_DIR_ENTRY_SIZE;
117 loff_t pos = ctx->pos & ~(QNX6_DIR_ENTRY_SIZE - 1);
120 unsigned start = (pos & ~PAGE_MASK) / QNX6_DIR_ENTRY_SIZE;
139 for (; i < limit; i++, de++, ctx->pos += QNX6_DIR_ENTRY_SIZE) {
/linux-master/include/linux/
H A Dqnx6_fs.h24 #define QNX6_DIR_ENTRY_SIZE 0x20 /* dir entry size of 32 bytes */ macro

Completed in 107 milliseconds