Searched refs:filler (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhptraid.h76 u_int8_t filler[60]; member in struct:highpoint_raid_conf
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/freevxfs/
H A Dvxfs_lookup.c228 * @filler: filldir callback
232 * using the VFS supplied callback @filler.
238 vxfs_readdir(struct file *fp, void *retp, filldir_t filler) argument
248 if (filler(retp, ".", 1, fp->f_pos, ip->i_ino, DT_DIR) < 0)
253 if (filler(retp, "..", 2, fp->f_pos, VXFS_INO(ip)->vii_dotdot, DT_DIR) < 0)
304 over = filler(retp, de->d_name, de->d_namelen,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/prom/
H A Dmap.S57 stx %g0, [%sp + 2047 + 128 + 0x40] ! filler
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcyclades.h445 uclong filler[7]; member in struct:CH_CTRL
466 uclong filler[5]; /* filler to align structures */ member in struct:BUF_CTRL
496 /* filler so the structures are aligned */
497 uclong filler[6]; member in struct:BOARD_CTRL
544 unsigned long filler; member in struct:cyclades_card
549 int filler; member in struct:cyclades_chip
H A Dhfs_fs.h162 hfs_byte_t filler[16]; member in struct:hfs_dbl_hdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcyclades.h442 uclong filler[7]; member in struct:CH_CTRL
463 uclong filler[5]; /* filler to align structures */ member in struct:BUF_CTRL
493 /* filler so the structures are aligned */
494 uclong filler[6]; member in struct:BOARD_CTRL
541 unsigned long filler; member in struct:cyclades_card
546 int filler; member in struct:cyclades_chip
H A Dhfs_fs.h162 hfs_byte_t filler[16]; member in struct:hfs_dbl_hdr
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dopenprom.h243 int filler[15]; member in struct:linux_romvec
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dopenprom.h139 int filler[15]; member in struct:linux_romvec
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dopenprom.h134 int filler[15]; member in struct:linux_romvec
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dopenprom.h243 int filler[15]; member in struct:linux_romvec
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dopenprom.h139 int filler[15]; member in struct:linux_romvec
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dopenprom.h134 int filler[15]; member in struct:linux_romvec
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memset.S138 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
315 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
502 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dreaddir.c16 int vfs_readdir(struct file *file, filldir_t filler, void *buf) argument
27 res = file->f_op->readdir(file, buf, filler);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dsmctr.h817 __u8 filler[8]; /* 32 */ member in struct:BDBlockType
832 __u8 filler[4]; /* 32 */ member in struct:FCBlockType
873 __u8 filler[12]; /* 32 */ member in struct:ACBlockType
891 __u8 filler[6]; /* 16 */ member in struct:__anon1973
908 __u8 filler[2]; /* 32 */ member in struct:__anon1974
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile_hdr.c134 hfs_byte_t filler[16]; member in struct:hdr_hdr
194 memcpy(meta->filler, fstype, 16);
196 memset(meta->filler, 0, 16);
625 /* Handle the 'magic', 'version', 'filler' and 'entries' fields */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-ctrl.c462 int factor, i, filler = 0; local
466 filler = 128;
483 memset(pdev->image_ptr[i], filler, pdev->view.size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dfilemap.c2811 int (*filler)(void *,struct page*),
2829 err = filler(data, page);
2846 int (*filler)(void *,struct page*),
2853 page = __read_cache_page(mapping, index, filler, data);
2870 err = filler(data, page);

Completed in 145 milliseconds