Home
last modified time | relevance | path

Searched refs:startoffset (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/scripts/dtc/libfdt/
Dfdt_ro.c378 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
393 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
446 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
458 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
Dlibfdt_internal.h65 uint32_t _fdt_next_tag(const void *fdt, int startoffset, int *nextoffset);
Dlibfdt.h573 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
657 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
/linux-3.4.99/fs/xfs/
Dxfs_vnodeops.c2244 xfs_off_t startoffset; in xfs_change_file_space() local
2276 startoffset = bf->l_start; in xfs_change_file_space()
2296 xfs_tosspages(ip, startoffset, startoffset + bf->l_len, 0); in xfs_change_file_space()
2300 error = xfs_alloc_file_space(ip, startoffset, bf->l_len, in xfs_change_file_space()
2309 if ((error = xfs_free_file_space(ip, startoffset, bf->l_len, in xfs_change_file_space()
2318 if (startoffset > fsize) { in xfs_change_file_space()
2320 startoffset - fsize, 0, attr_flags); in xfs_change_file_space()
2326 iattr.ia_size = startoffset; in xfs_change_file_space()