Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 13 of 13) sorted by relevance

/fs/nfsd/
Dexport.c196 struct svc_expkey *orig = container_of(a, struct svc_expkey, h); in expkey_match() local
199 if (orig->ek_fsidtype != new->ek_fsidtype || in expkey_match()
200 orig->ek_client != new->ek_client || in expkey_match()
201 memcmp(orig->ek_fsid, new->ek_fsid, key_len(orig->ek_fsidtype)) != 0) in expkey_match()
649 struct svc_export *orig = container_of(a, struct svc_export, h); in svc_export_match() local
651 return orig->ex_client == new->ex_client && in svc_export_match()
652 orig->ex_path.dentry == new->ex_path.dentry && in svc_export_match()
653 orig->ex_path.mnt == new->ex_path.mnt; in svc_export_match()
/fs/nfs/blocklayout/
Dextents.c701 struct pnfs_block_extent *orig, in _prep_new_extent() argument
706 memcpy(&new->be_devid, &orig->be_devid, sizeof(struct nfs4_deviceid)); in _prep_new_extent()
707 new->be_mdev = orig->be_mdev; in _prep_new_extent()
710 new->be_v_offset = orig->be_v_offset - orig->be_f_offset + offset; in _prep_new_extent()
712 new->be_inval = orig->be_inval; in _prep_new_extent()
/fs/jffs2/
Dcompr.h81 void jffs2_free_comprbuf(unsigned char *comprbuf, unsigned char *orig);
Dcompr.c359 void jffs2_free_comprbuf(unsigned char *comprbuf, unsigned char *orig) in jffs2_free_comprbuf() argument
361 if (orig != comprbuf) in jffs2_free_comprbuf()
/fs/btrfs/
Dsuper.c374 char *p, *num, *orig = NULL; in btrfs_parse_options() local
396 orig = options; in btrfs_parse_options()
639 kfree(orig); in btrfs_parse_options()
654 char *device_name, *opts, *orig, *p; in btrfs_parse_early_options() local
668 orig = opts; in btrfs_parse_early_options()
715 kfree(orig); in btrfs_parse_early_options()
Dfree-space-cache.c269 void *cur, *orig; member
305 io_ctl->orig = NULL; in io_ctl_unmap_page()
314 io_ctl->orig = io_ctl->cur; in io_ctl_map_page()
435 crc = btrfs_csum_data(io_ctl->orig + offset, crc, in io_ctl_set_crc()
465 crc = btrfs_csum_data(io_ctl->orig + offset, crc, in io_ctl_check_crc()
517 if (io_ctl->cur != io_ctl->orig) { in io_ctl_add_bitmap()
537 if (io_ctl->cur != io_ctl->orig) in io_ctl_zero_remaining_pages()
Dextent_io.h91 struct extent_state *orig, u64 split);
Dextent_io.c394 static void split_cb(struct extent_io_tree *tree, struct extent_state *orig, in split_cb() argument
398 tree->ops->split_extent_hook(tree->mapping->host, orig, split); in split_cb()
415 static int split_state(struct extent_io_tree *tree, struct extent_state *orig, in split_state() argument
420 split_cb(tree, orig, split); in split_state()
422 prealloc->start = orig->start; in split_state()
424 prealloc->state = orig->state; in split_state()
425 orig->start = split; in split_state()
Dvolumes.c471 static struct btrfs_fs_devices *clone_fs_devices(struct btrfs_fs_devices *orig) in clone_fs_devices() argument
485 fs_devices->latest_devid = orig->latest_devid; in clone_fs_devices()
486 fs_devices->latest_trans = orig->latest_trans; in clone_fs_devices()
487 fs_devices->total_devices = orig->total_devices; in clone_fs_devices()
488 memcpy(fs_devices->fsid, orig->fsid, sizeof(fs_devices->fsid)); in clone_fs_devices()
491 list_for_each_entry(orig_dev, &orig->devices, dev_list) { in clone_fs_devices()
Dextent-tree.c3911 static void shrink_delalloc(struct btrfs_root *root, u64 to_reclaim, u64 orig, in shrink_delalloc() argument
3954 if (can_overcommit(root, space_info, orig, flush)) { in shrink_delalloc()
Dinode.c1502 struct extent_state *orig, u64 split) in btrfs_split_extent_hook() argument
1505 if (!(orig->state & EXTENT_DELALLOC)) in btrfs_split_extent_hook()
/fs/gfs2/
Drgrp.c1199 const u8 *orig = bh->b_data + bi->bi_offset + x; in gfs2_rgrp_send_discards() local
1200 diff = ~(*orig | (*orig >> 1)) & (*clone | (*clone >> 1)); in gfs2_rgrp_send_discards()
/fs/proc/
Dbase.c802 loff_t mem_lseek(struct file *file, loff_t offset, int orig) in mem_lseek() argument
804 switch (orig) { in mem_lseek()