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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dgetroot.c61 struct inode *iroot; local
71 iroot = nfs_fhget(sb, &dummyfh, &fattr);
72 if (IS_ERR(iroot))
73 return ERR_PTR(PTR_ERR(iroot));
75 root = d_alloc_root(iroot);
77 iput(iroot);
242 struct inode *iroot; local
252 iroot = nfs_fhget(sb, &dummyfh, &fattr);
253 if (IS_ERR(iroot))
254 return ERR_PTR(PTR_ERR(iroot));
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djquant1.c193 int total_colors, iroot, i, j; local
200 iroot = 1;
202 iroot++;
203 temp = iroot; /* set temp = iroot ** nc */
205 temp *= iroot;
206 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
207 iroot--; /* now iroot = floor(root) */
210 if (iroot <
[all...]

Completed in 92 milliseconds