Searched refs:ROMFH_SIZE (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dromfs_fs.h52 #define ROMFH_SIZE 16 macro
53 #define ROMFH_PAD (ROMFH_SIZE-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dromfs_fs.h52 #define ROMFH_SIZE 16 macro
53 #define ROMFH_PAD (ROMFH_SIZE-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/romfs/
H A Dinode.c120 || sz < ROMFH_SIZE) {
138 sz = (ROMFH_SIZE +
273 if (romfs_copyfrom(i, &ri, offset, ROMFH_SIZE) <= 0)
288 if (romfs_copyfrom(i, &ri, offset, ROMFH_SIZE) <= 0)
291 j = romfs_strnlen(i, offset+ROMFH_SIZE, sizeof(fsname)-1);
296 romfs_copyfrom(i, fsname, offset+ROMFH_SIZE, j);
324 if (romfs_copyfrom(dir, &ri, offset, ROMFH_SIZE) <= 0)
339 if (romfs_copyfrom(dir, &ri, offset, ROMFH_SIZE) <= 0)
343 fslen = romfs_strnlen(dir, offset+ROMFH_SIZE, ROMFH_SIZE);
[all...]

Completed in 84 milliseconds