Searched refs:pr (Results 1 – 5 of 5) sorted by relevance
| /fs/ext4/ |
| A D | extents_status.c | 952 if (pr) { in ext4_es_insert_extent() 954 pr = NULL; in ext4_es_insert_extent() 1257 return pr; in __pr_tree_search() 1259 if (pr && lclu < pr->lclu) in __pr_tree_search() 1260 return pr; in __pr_tree_search() 1261 if (pr && lclu > pr->lclu) { in __pr_tree_search() 1383 while (pr && pr->lclu <= last_lclu) { in get_rsvd() 1974 return pr; in __get_pending() 2019 if (!pr) { in __insert_pending() 2024 pr = *prealloc; in __insert_pending() [all …]
|
| /fs/ |
| A D | binfmt_elf.c | 718 const struct gnu_property *pr; in parse_elf_property() local 729 if (datasz < sizeof(*pr)) in parse_elf_property() 731 pr = (const struct gnu_property *)(data + o); in parse_elf_property() 732 o += sizeof(*pr); in parse_elf_property() 733 datasz -= sizeof(*pr); in parse_elf_property() 735 if (pr->pr_datasz > datasz) in parse_elf_property() 739 step = round_up(pr->pr_datasz, ELF_GNU_PROPERTY_ALIGN); in parse_elf_property() 744 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property() 746 *prev_type = pr->pr_type; in parse_elf_property() 748 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property() [all …]
|
| /fs/ntfs3/ |
| A D | bitmap.c | 968 const struct rb_node *pr, *cr; in wnd_find() local 1010 pr = NULL; in wnd_find() 1020 pr = cr; in wnd_find() 1029 e = pr ? rb_entry(pr, struct e_node, start.node) : NULL; in wnd_find()
|
| A D | frecord.c | 24 struct rb_node *pr = NULL; in ni_ins_mi() local 29 pr = *p; in ni_ins_mi() 30 mi = rb_entry(pr, struct mft_inode, node); in ni_ins_mi() 32 p = &pr->rb_left; in ni_ins_mi() 34 p = &pr->rb_right; in ni_ins_mi() 42 rb_link_node(ins, pr, p); in ni_ins_mi()
|
| /fs/jfs/ |
| A D | jfs_dtree.c | 3503 wchar_t *pl, *pr, *kname; in ciGetLeafPrefixKey() local 3537 for (pl = lkey.name, pr = rkey.name; in ciGetLeafPrefixKey() 3538 namlen; pl++, pr++, namlen--, klen++, kname++) { in ciGetLeafPrefixKey() 3539 *kname = *pr; in ciGetLeafPrefixKey() 3540 if (*pl != *pr) { in ciGetLeafPrefixKey() 3548 *kname = *pr; in ciGetLeafPrefixKey()
|
Completed in 831 milliseconds