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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c1190 struct ext4_ext_path *npath = NULL; local
1226 BUG_ON(npath != NULL);
1227 npath = ext4_ext_find_extent(inode, next, NULL);
1228 if (IS_ERR(npath))
1229 return PTR_ERR(npath);
1230 BUG_ON(npath->p_depth != path->p_depth);
1231 eh = npath[depth].p_hdr;
1235 path = npath;
1330 if (npath) {
1331 ext4_ext_drop_refs(npath);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c804 unsigned char *npath = path; local
806 while (*npath != 0xff)
807 npath++;
808 alloclbuspath(cif, source + 1, ++npath, mixer, s);
826 unsigned char *npath = path; local
828 while (*npath != 0xff)
829 npath++;
830 freelbuspath(cif, source + 1, ++npath);

Completed in 97 milliseconds