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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Ddnode.c835 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, argument
848 pos = *posp;
856 if (!(++*posp & 077)) {
859 (unsigned long long)*posp);
864 *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1;
883 *posp = ((loff_t) dnode->up << 4) + c;
894 *posp = 12;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c533 __db_freelist_pos(pgno, list, nelem, posp)
537 u_int32_t *posp;
545 *posp = indx;
555 *posp = base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c2381 static int expand_on_ifs(char **list, int n, char **posp, const char *str) argument
2383 char *pos = *posp;
2400 *posp = pos;
2411 static int expand_vars_to_list(char **list, int n, char **posp, char *arg, char or_mask) argument
2420 char *pos = *posp;
2531 *posp = pos;

Completed in 70 milliseconds