Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 6 of 6) sorted by relevance

/fs/afs/
A Daddr_prefs.c100 pref->family = AF_INET; in afs_parse_address()
103 pref->family = AF_INET6; in afs_parse_address()
138 pref->subnet_mask = mask; in afs_parse_address()
206 struct afs_addr_preference *pref, in afs_insert_address_pref() argument
239 preflist->prefs[index] = *pref; in afs_insert_address_pref()
241 if (pref->family == AF_INET) in afs_insert_address_pref()
254 struct afs_addr_preference pref; in afs_add_address_pref() local
278 if (pref.family == AF_INET) { in afs_add_address_pref()
295 preflist->prefs[i].prio = pref.prio; in afs_add_address_pref()
334 struct afs_addr_preference pref; in afs_del_address_pref() local
[all …]
A Dvl_probe.c235 int pref = -1, i; in afs_wait_for_vl_probes() local
292 pref = i; in afs_wait_for_vl_probes()
302 if (pref == -1 && signal_pending(current)) in afs_wait_for_vl_probes()
305 if (pref >= 0) in afs_wait_for_vl_probes()
306 vllist->preferred = pref; in afs_wait_for_vl_probes()
308 _leave(" = 0 [%u]", pref); in afs_wait_for_vl_probes()
A Dproc.c156 struct afs_addr_preference *pref; in afs_proc_addr_prefs_show() local
179 pref = &preflist->prefs[i]; in afs_proc_addr_prefs_show()
181 addr.sin.sin_family = pref->family; in afs_proc_addr_prefs_show()
182 if (pref->family == AF_INET) { in afs_proc_addr_prefs_show()
183 memcpy(&addr.sin.sin_addr, &pref->ipv4_addr, in afs_proc_addr_prefs_show()
185 snprintf(buf, sizeof(buf), "%pISc/%u", &addr.sin, pref->subnet_mask); in afs_proc_addr_prefs_show()
186 seq_printf(m, "UDP %-43.43s %5u\n", buf, pref->prio); in afs_proc_addr_prefs_show()
188 memcpy(&addr.sin6.sin6_addr, &pref->ipv6_addr, in afs_proc_addr_prefs_show()
190 snprintf(buf, sizeof(buf), "%pISc/%u", &addr.sin6, pref->subnet_mask); in afs_proc_addr_prefs_show()
191 seq_printf(m, "UDP %-43.43s %5u\n", buf, pref->prio); in afs_proc_addr_prefs_show()
A Dsuper.c162 char pref = '%'; in afs_show_devname() local
173 pref = '#'; in afs_show_devname()
178 pref = '#'; in afs_show_devname()
183 seq_printf(m, "%c%s:%s%s", pref, cell->name, volume->name, suf); in afs_show_devname()
/fs/jffs2/
A Dxattr.c648 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in check_xattr_ref_inode()
652 *pref = ref->next; in check_xattr_ref_inode()
676 *pref = ref->next; in check_xattr_ref_inode()
985 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in jffs2_listxattr()
998 *pref = ref->next; in jffs2_listxattr()
1051 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in do_jffs2_getxattr()
1067 *pref = ref->next; in do_jffs2_getxattr()
1126 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in do_jffs2_setxattr()
1133 *pref = ref->next; in do_jffs2_setxattr()
1150 *pref = ref->next; in do_jffs2_setxattr()
[all …]
/fs/bcachefs/
A Dbtree_locking.c225 unsigned best = 0, pref; in break_cycle() local
239 pref = btree_trans_abort_preference(i->trans); in break_cycle()
240 if (pref > best) { in break_cycle()
242 best = pref; in break_cycle()

Completed in 17 milliseconds