Home
last modified time | relevance | path

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

/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c201 const struct nfs4_ff_layout_ds_err *e2) in ff_ds_error_match() argument
205 if (e1->opnum != e2->opnum) in ff_ds_error_match()
206 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match()
207 if (e1->status != e2->status) in ff_ds_error_match()
208 return e1->status < e2->status ? -1 : 1; in ff_ds_error_match()
209 ret = memcmp(e1->stateid.data, e2->stateid.data, in ff_ds_error_match()
213 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); in ff_ds_error_match()
216 if (pnfs_end_offset(e1->offset, e1->length) < e2->offset) in ff_ds_error_match()
218 if (e1->offset > pnfs_end_offset(e2->offset, e2->length)) in ff_ds_error_match()
/fs/ntfs3/
Dbitmap.c325 struct e_node *e2; in wnd_add_free_ext() local
328 e2 = rb_entry(n, struct e_node, count.node); in wnd_add_free_ext()
330 wnd->extent_min = e2->count.key; in wnd_add_free_ext()
Dindex.c1319 struct NTFS_DE *e2; in indx_find_raw() local
1366 e2 = fnd->de[fnd->level - 1]; in indx_find_raw()
1370 if (!de_is_last(e2)) { in indx_find_raw()
1371 e = hdr_next_de(&n->index->ihdr, e2); in indx_find_raw()
Dfslog.c3034 struct NTFS_DE *e, *e1, *e2; in do_action() local
3419 e2 = Add2Ptr(e1, esize); in do_action()
3421 memmove(e1, e2, PtrOffset(e2, Add2Ptr(hdr, used))); in do_action()
/fs/nfs/
Dpnfs.c137 ld_cmp(const void *e1, const void *e2) in ld_cmp() argument
140 u32 ld2 = *((u32 *)e2); in ld_cmp()
/fs/btrfs/
Dsend.c1327 static int __clone_root_cmp_sort(const void *e1, const void *e2) in __clone_root_cmp_sort() argument
1330 const struct clone_root *cr2 = e2; in __clone_root_cmp_sort()