Searched refs:new_type (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.h27 struct gfs2_inum_host *new_inum, unsigned int new_type);
H A Ddir.c1703 struct gfs2_inum_host *inum, unsigned int new_type)
1719 dent->de_type = cpu_to_be16(new_type);
1702 gfs2_dir_mvino(struct gfs2_inode *dip, const struct qstr *filename, struct gfs2_inum_host *inum, unsigned int new_type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300too.c213 int new_type; local
240 new_type = IF_IFACE_X21;
245 new_type = IF_IFACE_V35;
249 new_type = IF_IFACE_V24;
270 port->iface = new_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dalgapi.c113 struct list_head *list, u32 new_type)
119 if ((spawn->alg->cra_flags ^ new_type) & spawn->mask)
112 crypto_remove_spawns(struct list_head *spawns, struct list_head *list, u32 new_type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_main.c186 u_int16_t new_type; local
193 if (copy_from_user(&new_type, ifr->ifr_data, sizeof(u_int16_t)))
197 if (new_type == old_type)
206 sc->if_type = new_type;

Completed in 108 milliseconds