Home
last modified time | relevance | path

Searched refs:npath (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/pci/riptide/
Driptide.c781 unsigned char *npath = path; in alloclbuspath() local
783 while (*npath != 0xff) in alloclbuspath()
784 npath++; in alloclbuspath()
785 alloclbuspath(cif, source + 1, ++npath, mixer, s); in alloclbuspath()
803 unsigned char *npath = path; in freelbuspath() local
805 while (*npath != 0xff) in freelbuspath()
806 npath++; in freelbuspath()
807 freelbuspath(cif, source + 1, ++npath); in freelbuspath()
/linux-2.6.39/fs/ext4/
Dextents.c1667 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent() local
1725 BUG_ON(npath != NULL); in ext4_ext_insert_extent()
1726 npath = ext4_ext_find_extent(inode, next, NULL); in ext4_ext_insert_extent()
1727 if (IS_ERR(npath)) in ext4_ext_insert_extent()
1728 return PTR_ERR(npath); in ext4_ext_insert_extent()
1729 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
1730 eh = npath[depth].p_hdr; in ext4_ext_insert_extent()
1734 path = npath; in ext4_ext_insert_extent()
1819 if (npath) { in ext4_ext_insert_extent()
1820 ext4_ext_drop_refs(npath); in ext4_ext_insert_extent()
[all …]
/linux-2.6.39/kernel/
Dsysctl.c1838 unsigned int n, npath; in __register_sysctl_paths() local
1842 for (npath = 0; path[npath].procname; ++npath) in __register_sysctl_paths()
1854 (2 * npath * sizeof(struct ctl_table)), GFP_KERNEL); in __register_sysctl_paths()
1862 for (n = 0; n < npath; ++n, ++path) { in __register_sysctl_paths()