| /linux-4.4.14/drivers/staging/lustre/lustre/include/ | 
| D | obd_class.h | 187 #define __class_export_add_lock_ref(exp, lock)	     do {} while (0)  argument188 #define __class_export_del_lock_ref(exp, lock)	     do {} while (0)  argument
 211 static inline void class_export_rpc_inc(struct obd_export *exp)  in class_export_rpc_inc()
 218 static inline void class_export_rpc_dec(struct obd_export *exp)  in class_export_rpc_dec()
 226 static inline struct obd_export *class_export_lock_get(struct obd_export *exp,  in class_export_lock_get()
 236 static inline void class_export_lock_put(struct obd_export *exp,  in class_export_lock_put()
 352 #define EXP_CHECK_MD_OP(exp, op)				\  argument
 380 #define EXP_CHECK_DT_OP(exp, op)				\  argument
 413 			       struct obd_export *exp, __u32 keylen,  in obd_get_info()
 428 				     struct obd_export *exp, u32 keylen,  in obd_set_info_async()
 [all …]
 
 | 
| D | lustre_export.h | 219 static inline __u64 *exp_connect_flags_ptr(struct obd_export *exp)  in exp_connect_flags_ptr()224 static inline __u64 exp_connect_flags(struct obd_export *exp)  in exp_connect_flags()
 229 static inline int exp_max_brw_size(struct obd_export *exp)  in exp_max_brw_size()
 238 static inline int exp_connect_multibulk(struct obd_export *exp)  in exp_connect_multibulk()
 243 static inline int exp_connect_cancelset(struct obd_export *exp)  in exp_connect_cancelset()
 249 static inline int exp_connect_lru_resize(struct obd_export *exp)  in exp_connect_lru_resize()
 255 static inline int exp_connect_rmtclient(struct obd_export *exp)  in exp_connect_rmtclient()
 261 static inline int client_is_remote(struct obd_export *exp)  in client_is_remote()
 269 static inline int exp_connect_vbr(struct obd_export *exp)  in exp_connect_vbr()
 276 static inline int exp_connect_som(struct obd_export *exp)  in exp_connect_som()
 [all …]
 
 | 
| D | lustre_mdc.h | 147 static inline void mdc_update_max_ea_from_body(struct obd_export *exp,  in mdc_update_max_ea_from_body()
 | 
| D | obd.h | 507 	struct obd_export	*exp;  member
 | 
| /linux-4.4.14/fs/nfsd/ | 
| D | nfsfh.c | 28 	struct svc_export *exp = expv;  in nfsd_acceptable()  local84 					  struct svc_export *exp)  in nfsd_setuser_and_check_port()
 101 	struct dentry *dentry, struct svc_export *exp)  in check_pseudo_root()
 139 	struct svc_export *exp;  in nfsd_set_fh_dentry()  local
 306 	struct svc_export *exp;  in fh_verify()  local
 391 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp,  in _fh_update()
 412 				  struct svc_export *exp,  in _fh_update_old()
 422 static bool is_root_export(struct svc_export *exp)  in is_root_export()
 427 static struct super_block *exp_sb(struct svc_export *exp)  in exp_sb()
 432 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp)  in fsid_type_ok_for_exp()
 [all …]
 
 | 
| D | export.c | 311 	struct svc_export *exp = container_of(ref, struct svc_export, h.ref);  in svc_export_put()  local324 	struct svc_export *exp = container_of(h, struct svc_export, h);  in svc_export_request()  local
 444 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp)  in secinfo_parse()
 485 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; }  in secinfo_parse()
 516 	struct svc_export exp = {}, *expp;  in svc_export_parse()  local
 660 	struct svc_export *exp ;  in svc_export_show()  local
 765 svc_export_hash(struct svc_export *exp)  in svc_export_hash()
 776 svc_export_lookup(struct svc_export *exp)  in svc_export_lookup()
 829 	struct svc_export *exp, key;  in exp_get_by_name()  local
 855 	struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL);  in exp_parent()  local
 [all …]
 
 | 
| D | export.h | 79 #define EX_ISSYNC(exp)		(!((exp)->ex_flags & NFSEXP_ASYNC))  argument80 #define EX_NOHIDE(exp)		((exp)->ex_flags & NFSEXP_NOHIDE)  argument
 81 #define EX_WGATHER(exp)		((exp)->ex_flags & NFSEXP_GATHERED_WRITES)  argument
 102 static inline void exp_put(struct svc_export *exp)  in exp_put()
 107 static inline struct svc_export *exp_get(struct svc_export *exp)  in exp_get()
 
 | 
| D | auth.c | 7 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)  in nfsexp_flags()20 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp)  in nfsd_setuser()
 
 | 
| D | vfs.c | 86 	struct svc_export *exp = *expp, *exp2 = NULL;  in nfsd_cross_mnt()  local142 …sd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct d…  in nfsd_lookup_parent()
 169 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp)  in nfsd_mountpoint()
 185 	struct svc_export	*exp;  in nfsd_lookup_dentry()  local
 255 	struct svc_export	*exp;  in nfsd_lookup()  local
 915 	struct svc_export	*exp;  in nfsd_vfs_write()  local
 1930 static int exp_rdonly(struct svc_rqst *rqstp, struct svc_export *exp)  in exp_rdonly()
 1939 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp,  in nfsd_permission()
 
 | 
| D | pnfs.h | 67 static inline void nfsd4_setup_layout_type(struct svc_export *exp)  in nfsd4_setup_layout_type()
 | 
| D | nfs4xdr.c | 2098 			struct svc_rqst *rqstp, struct svc_export *exp)  in nfsd4_encode_fs_locations()2217 static int get_parent_attributes(struct svc_export *exp, struct kstat *stat)  in get_parent_attributes()
 2271 		struct svc_export *exp,  in nfsd4_encode_fattr()
 2811 			struct svc_fh *fhp, struct svc_export *exp,  in nfsd4_encode_fattr_to_buf()
 2839 	struct svc_export *exp = cd->rd_fhp->fh_export;  in nfsd4_encode_dirent_fattr()  local
 3685 			 __be32 nfserr, struct svc_export *exp)  in nfsd4_do_encode_secinfo()
 
 | 
| D | nfs4proc.c | 867 	struct svc_export *exp;  in nfsd4_secinfo()  local1179 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type)  in nfsd4_layout_verify()
 1202 	struct svc_export *exp;  in nfsd4_getdeviceinfo()  local
 
 | 
| D | nfs4layouts.c | 117 void nfsd4_setup_layout_type(struct svc_export *exp)  in nfsd4_setup_layout_type()
 | 
| D | nfs3xdr.c | 810 	struct svc_export	*exp;  in compose_entry_fh()  local
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | vecemu.c | 38 	int exp, pwr;  in eexp2()  local93 	int exp, mant, lz, frac;  in elog2()  local
 156 	int exp, mant;  in ctsxs()  local
 178 	int exp;  in ctuxs()  local
 206 	int exp;  in rfiz()  local
 221 	int exp, mask;  in rfii()  local
 242 	int exp, half;  in rfin()  local
 
 | 
| D | syscalls.c | 86 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use…  in ppc_select()
 | 
| D | sys_ppc32.c | 57 		compat_ulong_t __user *outp, compat_ulong_t __user *exp,  in ppc32_select()
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/mdc/ | 
| D | mdc_request.c | 76 static int mdc_getstatus(struct obd_export *exp, struct lu_fid *rootfid)  in mdc_getstatus()123 static int mdc_getattr_common(struct obd_export *exp,  in mdc_getattr_common()
 165 static int mdc_getattr(struct obd_export *exp, struct md_op_data *op_data,  in mdc_getattr()
 207 static int mdc_getattr_name(struct obd_export *exp, struct md_op_data *op_data,  in mdc_getattr_name()
 251 static int mdc_is_subdir(struct obd_export *exp,  in mdc_is_subdir()
 277 static int mdc_xattr_common(struct obd_export *exp,  in mdc_xattr_common()
 386 static int mdc_setxattr(struct obd_export *exp, const struct lu_fid *fid,  in mdc_setxattr()
 398 static int mdc_getxattr(struct obd_export *exp, const struct lu_fid *fid,  in mdc_getxattr()
 450 int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req,  in mdc_get_lustre_md()
 576 int mdc_free_lustre_md(struct obd_export *exp, struct lustre_md *md)  in mdc_free_lustre_md()
 [all …]
 
 | 
| D | mdc_locks.c | 118 int mdc_set_lock_data(struct obd_export *exp, __u64 *lockh, void *data,  in mdc_set_lock_data()154 ldlm_mode_t mdc_lock_match(struct obd_export *exp, __u64 flags,  in mdc_lock_match()
 170 int mdc_cancel_unused(struct obd_export *exp,  in mdc_cancel_unused()
 187 int mdc_null_inode(struct obd_export *exp,  in mdc_null_inode()
 214 int mdc_find_cbdata(struct obd_export *exp,  in mdc_find_cbdata()
 272 static struct ptlrpc_request *mdc_intent_open_pack(struct obd_export *exp,  in mdc_intent_open_pack()
 357 mdc_intent_getxattr_pack(struct obd_export *exp,  in mdc_intent_getxattr_pack()
 401 static struct ptlrpc_request *mdc_intent_unlink_pack(struct obd_export *exp,  in mdc_intent_unlink_pack()
 439 static struct ptlrpc_request *mdc_intent_getattr_pack(struct obd_export *exp,  in mdc_intent_getattr_pack()
 488 static struct ptlrpc_request *mdc_intent_layout_pack(struct obd_export *exp,  in mdc_intent_layout_pack()
 [all …]
 
 | 
| D | mdc_reint.c | 69 int mdc_resource_get_unused(struct obd_export *exp, const struct lu_fid *fid,  in mdc_resource_get_unused()103 int mdc_setattr(struct obd_export *exp, struct md_op_data *op_data,  in mdc_setattr()
 205 int mdc_create(struct obd_export *exp, struct md_op_data *op_data,  in mdc_create()
 303 int mdc_unlink(struct obd_export *exp, struct md_op_data *op_data,  in mdc_unlink()
 356 int mdc_link(struct obd_export *exp, struct md_op_data *op_data,  in mdc_link()
 400 int mdc_rename(struct obd_export *exp, struct md_op_data *op_data,  in mdc_rename()
 
 | 
| D | mdc_internal.h | 152 static inline int mdc_prep_elc_req(struct obd_export *exp,  in mdc_prep_elc_req()
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/lmv/ | 
| D | lmv_obd.c | 131 static struct obd_uuid *lmv_get_uuid(struct obd_export *exp)  in lmv_get_uuid()198 		       struct obd_export **exp, struct obd_device *obd,  in lmv_connect()
 272 static int lmv_init_ea_size(struct obd_export *exp, int easize,  in lmv_init_ea_size()
 625 static int lmv_disconnect(struct obd_export *exp)  in lmv_disconnect()
 665 static int lmv_fid2path(struct obd_export *exp, int len, void *karg, void *uarg)  in lmv_fid2path()
 866 static int lmv_iocontrol(unsigned int cmd, struct obd_export *exp,  in lmv_iocontrol()
 1247 int lmv_fid_alloc(struct obd_export *exp, struct lu_fid *fid,  in lmv_fid_alloc()
 1387 static int lmv_statfs(const struct lu_env *env, struct obd_export *exp,  in lmv_statfs()
 1440 static int lmv_getstatus(struct obd_export *exp,  in lmv_getstatus()
 1455 static int lmv_getxattr(struct obd_export *exp, const struct lu_fid *fid,  in lmv_getxattr()
 [all …]
 
 | 
| D | lmv_intent.c | 54 static int lmv_intent_remote(struct obd_export *exp, void *lmm,  in lmv_intent_remote()159 int lmv_intent_open(struct obd_export *exp, struct md_op_data *op_data,  in lmv_intent_open()
 242 int lmv_intent_lookup(struct obd_export *exp, struct md_op_data *op_data,  in lmv_intent_lookup()
 292 int lmv_intent_lock(struct obd_export *exp, struct md_op_data *op_data,  in lmv_intent_lock()
 
 | 
| /linux-4.4.14/net/netfilter/ | 
| D | nf_conntrack_expect.c | 43 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp,  in nf_ct_unlink_expect_report()67 	struct nf_conntrack_expect *exp = (void *)ul_expect;  in nf_ct_expectation_timed_out()  local
 136 	struct nf_conntrack_expect *i, *exp = NULL;  in nf_ct_find_expectation()  local
 191 	struct nf_conntrack_expect *exp;  in nf_ct_remove_expectations()  local
 239 void nf_ct_unexpect_related(struct nf_conntrack_expect *exp)  in nf_ct_unexpect_related()
 267 void nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class,  in nf_ct_expect_init()
 327 	struct nf_conntrack_expect *exp;  in nf_ct_expect_free_rcu()  local
 333 void nf_ct_expect_put(struct nf_conntrack_expect *exp)  in nf_ct_expect_put()
 340 static int nf_ct_expect_insert(struct nf_conntrack_expect *exp)  in nf_ct_expect_insert()
 375 	struct nf_conntrack_expect *exp, *last = NULL;  in evict_oldest_expect()  local
 
 | 
| D | nf_conntrack_h323_main.c | 343 	struct nf_conntrack_expect *exp;  in expect_t120()  local689 	struct nf_conntrack_expect *exp;  in expect_h245()  local
 810 	struct nf_conntrack_expect *exp;  in expect_callforwarding()  local
 1260 	struct nf_conntrack_expect *exp;  in find_expect()  local
 1276 static int set_expect_timeout(struct nf_conntrack_expect *exp,  in set_expect_timeout()
 1300 	struct nf_conntrack_expect *exp;  in expect_q931()  local
 1374 	struct nf_conntrack_expect *exp;  in process_gcf()  local
 1455 	struct nf_conntrack_expect *exp;  in process_rcf()  local
 1586 	struct nf_conntrack_expect *exp;  in process_acf()  local
 1653 	struct nf_conntrack_expect *exp;  in process_lcf()  local
 
 | 
| D | nf_nat_tftp.c | 23 			 struct nf_conntrack_expect *exp)  in help()
 | 
| D | nf_conntrack_broadcast.c | 28 	struct nf_conntrack_expect *exp;  in nf_conntrack_broadcast_help()  local
 | 
| D | nf_nat_amanda.c | 32 			 struct nf_conntrack_expect *exp)  in help()
 | 
| D | nf_conntrack_netlink.c | 2354 	struct nf_conntrack_expect *exp;  in ctnetlink_glue_attach_expect()  local2477 			  const struct nf_conntrack_expect *exp)  in ctnetlink_exp_dump_expect()
 2548 			int event, const struct nf_conntrack_expect *exp)  in ctnetlink_exp_fill_info()
 2580 	struct nf_conntrack_expect *exp = item->exp;  in ctnetlink_expect_event()  local
 2645 	struct nf_conntrack_expect *exp, *last;  in ctnetlink_exp_dump_table()  local
 2689 	struct nf_conntrack_expect *exp, *last;  in ctnetlink_exp_ct_dump_table()  local
 2778 	struct nf_conntrack_expect *exp;  in ctnetlink_get_expect()  local
 2859 	struct nf_conntrack_expect *exp;  in ctnetlink_del_expect()  local
 2966 			   struct nf_conntrack_expect *exp,  in ctnetlink_parse_expect_nat()
 3004 	struct nf_conntrack_expect *exp;  in ctnetlink_alloc_expect()  local
 [all …]
 
 | 
| D | nf_nat_irc.c | 34 			 struct nf_conntrack_expect *exp)  in help()
 | 
| D | nf_conntrack_pptp.c | 103 			 struct nf_conntrack_expect *exp)  in pptp_expectfn()147 	struct nf_conntrack_expect *exp;  in destroy_sibling_or_exp()  local
 
 | 
| D | nf_conntrack_tftp.c | 45 	struct nf_conntrack_expect *exp;  in tftp_help()  local
 | 
| D | nf_nat_ftp.c | 65 			       struct nf_conntrack_expect *exp)  in nf_nat_ftp()
 | 
| D | nf_conntrack_amanda.c | 91 	struct nf_conntrack_expect *exp;  in amanda_help()  local
 | 
| D | nf_nat_helper.c | 192 			  struct nf_conntrack_expect *exp)  in nf_nat_follow_master()
 | 
| D | nf_conntrack_sane.c | 73 	struct nf_conntrack_expect *exp;  in help()  local
 | 
| D | nf_conntrack_irc.c | 116 	struct nf_conntrack_expect *exp;  in help()  local
 | 
| D | nf_nat_sip.c | 317 				struct nf_conntrack_expect *exp)  in nf_nat_sip_expected()344 				      struct nf_conntrack_expect *exp,  in nf_nat_sip_expect()
 
 | 
| D | nf_conntrack_sip.c | 799 	struct nf_conntrack_expect *exp;  in refresh_signalling_expectation()  local825 	struct nf_conntrack_expect *exp;  in flush_expectations()  local
 849 	struct nf_conntrack_expect *exp, *rtp_exp, *rtcp_exp;  in set_expected_rtp_rtcp()  local
 1187 	struct nf_conntrack_expect *exp;  in process_register_request()  local
 
 | 
| D | nf_conntrack_helper.c | 393 	struct nf_conntrack_expect *exp;  in __nf_conntrack_helper_unregister()  local
 | 
| D | nf_conntrack_ftp.c | 399 	struct nf_conntrack_expect *exp;  in help()  local
 | 
| D | nf_conntrack_core.c | 920 	struct nf_conntrack_expect *exp = NULL;  in init_conntrack()  local
 | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh2a/ | 
| D | fpu.c | 101 	int exp, w;  in denormal_mulf()  local168 	int exp, w;  in denormal_muld()  local
 206 	int exp;  in denormal_subf1()  local
 233 	int exp;  in denormal_addf1()  local
 291 	int exp;  in denormal_subd1()  local
 318 	long long exp;  in denormal_addd1()  local
 384 	int exp = 1023 - 126;  in denormal_to_double()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ | 
| D | genops.c | 637 struct obd_device *class_exp2obd(struct obd_export *exp)  in class_exp2obd()645 struct obd_import *class_exp2cliimp(struct obd_export *exp)  in class_exp2cliimp()
 656 static void class_export_destroy(struct obd_export *exp)  in class_export_destroy()
 690 struct obd_export *class_export_get(struct obd_export *exp)  in class_export_get()
 699 void class_export_put(struct obd_export *exp)  in class_export_put()
 815 void class_unlink_export(struct obd_export *exp)  in class_unlink_export()
 967 void __class_export_add_lock_ref(struct obd_export *exp, struct ldlm_lock *lock)  in __class_export_add_lock_ref()
 988 void __class_export_del_lock_ref(struct obd_export *exp, struct ldlm_lock *lock)  in __class_export_del_lock_ref()
 1069 void class_fail_export(struct obd_export *exp)  in class_fail_export()
 1190 static void obd_zombie_export_add(struct obd_export *exp)  in obd_zombie_export_add()
 
 | 
| D | obd_config.c | 287 	struct obd_export *exp;  in class_setup()  local1429 	struct obd_export *exp;  in uuid_key()  local
 1443 	struct obd_export *exp;  in uuid_keycmp()  local
 1461 	struct obd_export *exp;  in uuid_export_get()  local
 1470 	struct obd_export *exp;  in uuid_export_put_locked()  local
 
 | 
| D | obd_mount.c | 208 	struct obd_export *exp;  in lustre_start_mgc()  local
 | 
| D | cl_page.c | 62 # define PINVRNT(env, page, exp) \  argument
 | 
| D | lprocfs_status.c | 1257 int lprocfs_exp_cleanup(struct obd_export *exp)  in lprocfs_exp_cleanup()
 | 
| /linux-4.4.14/drivers/iio/common/hid-sensors/ | 
| D | hid-sensor-attributes.c | 77 	int exp = 0;  in simple_div()  local95 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2)  in split_micro_fraction()
 109 static void convert_from_vtf_format(u32 value, int size, int exp,  in convert_from_vtf_format()
 131 static u32 convert_to_vtf_format(int size, int exp, int val1, int val2)  in convert_to_vtf_format()
 278 				  int scale1, int exp)  in adjust_exponent_micro()
 325 	int exp;  in hid_sensor_format_scale()  local
 
 | 
| /linux-4.4.14/arch/m68k/math-emu/ | 
| D | fp_arith.c | 156 	int exp;  in fp_fmul()  local234 	int exp;  in fp_fdiv()  local
 314 	int exp;  in fp_fsglmul()  local
 371 	int exp;  in fp_fsgldiv()  local
 
 | 
| D | fp_log.c | 32 	int i, exp;  in fp_fsqrt()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ | 
| D | osc_request.c | 110 static int osc_packmd(struct obd_export *exp, struct lov_mds_md **lmmp,  in osc_packmd()140 static int osc_unpackmd(struct obd_export *exp, struct lov_stripe_md **lsmp,  in osc_unpackmd()
 241 static int osc_getattr_async(struct obd_export *exp, struct obd_info *oinfo,  in osc_getattr_async()
 271 static int osc_getattr(const struct lu_env *env, struct obd_export *exp,  in osc_getattr()
 314 static int osc_setattr(const struct lu_env *env, struct obd_export *exp,  in osc_setattr()
 377 int osc_setattr_async_base(struct obd_export *exp, struct obd_info *oinfo,  in osc_setattr_async_base()
 426 static int osc_setattr_async(struct obd_export *exp, struct obd_info *oinfo,  in osc_setattr_async()
 434 int osc_real_create(struct obd_export *exp, struct obdo *oa,  in osc_real_create()
 522 int osc_punch_base(struct obd_export *exp, struct obd_info *oinfo,  in osc_punch_base()
 587 int osc_sync_base(struct obd_export *exp, struct obd_info *oinfo,  in osc_sync_base()
 [all …]
 
 | 
| D | osc_quota.c | 245 int osc_quotactl(struct obd_device *unused, struct obd_export *exp,  in osc_quotactl()286 int osc_quotacheck(struct obd_device *unused, struct obd_export *exp,  in osc_quotacheck()
 315 int osc_quota_poll_check(struct obd_export *exp, struct if_quotacheck *qchk)  in osc_quota_poll_check()
 
 | 
| D | osc_cache.c | 2192 	struct obd_export *exp = osc_export(osc);  in osc_prep_async_page()  local
 | 
| /linux-4.4.14/arch/x86/math-emu/ | 
| D | reg_ld_str.c | 38 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign)  in normalize_no_excep()54 	int exp;  in FPU_tagof()  local
 96 	int exp, tag, negative;  in FPU_load_double()  local
 158 	int exp, tag, negative;  in FPU_load_single()  local
 383 	int exp;  in FPU_store_double()  local
 568 	int exp;  in FPU_store_single()  local
 
 | 
| D | poly.h | 87 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp)  in add_two_Xsig()
 | 
| D | fpu_tags.c | 63 	int exp = exponent(ptr);  in FPU_Special()  local
 | 
| D | fpu_emu.h | 120 	short exp;  member
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/lov/ | 
| D | lov_obd.c | 200 		       struct obd_export **exp, struct obd_device *obd,  in lov_connect()300 static int lov_disconnect(struct obd_export *exp)  in lov_disconnect()
 967 static int lov_recreate(struct obd_export *exp, struct obdo *src_oa,  in lov_recreate()
 1021 static int lov_create(const struct lu_env *env, struct obd_export *exp,  in lov_create()
 1061 static int lov_destroy(const struct lu_env *env, struct obd_export *exp,  in lov_destroy()
 1131 static int lov_getattr_async(struct obd_export *exp, struct obd_info *oinfo,  in lov_getattr_async()
 1203 static int lov_setattr_async(struct obd_export *exp, struct obd_info *oinfo,  in lov_setattr_async()
 1276 static int lov_find_cbdata(struct obd_export *exp,  in lov_find_cbdata()
 1323 static int lov_statfs_async(struct obd_export *exp, struct obd_info *oinfo,  in lov_statfs_async()
 1364 static int lov_statfs(const struct lu_env *env, struct obd_export *exp,  in lov_statfs()
 [all …]
 
 | 
| D | lov_pack.c | 111 int lov_packmd(struct obd_export *exp, struct lov_mds_md **lmmp,  in lov_packmd()332 int lov_unpackmd(struct obd_export *exp,  struct lov_stripe_md **lsmp,  in lov_unpackmd()
 391 int lov_getstripe(struct obd_export *exp, struct lov_stripe_md *lsm,  in lov_getstripe()
 
 | 
| D | lov_request.c | 270 int lov_prep_getattr_set(struct obd_export *exp, struct obd_info *oinfo,  in lov_prep_getattr_set()351 int lov_prep_destroy_set(struct obd_export *exp, struct obd_info *oinfo,  in lov_prep_destroy_set()
 472 int lov_prep_setattr_set(struct obd_export *exp, struct obd_info *oinfo,  in lov_prep_setattr_set()
 
 | 
| D | lov_merge.c | 113 int lov_adjust_kms(struct obd_export *exp, struct lov_stripe_md *lsm,  in lov_adjust_kms()
 | 
| /linux-4.4.14/include/net/netfilter/ | 
| D | nf_conntrack_ecache.h | 161 	struct nf_conntrack_expect *exp;  member177 			  struct nf_conntrack_expect *exp,  in nf_ct_expect_event_report()
 208 		   struct nf_conntrack_expect *exp)  in nf_ct_expect_event()
 249 				      struct nf_conntrack_expect *exp) {}  in nf_ct_expect_event()
 251 					     struct nf_conntrack_expect *exp,  in nf_ct_expect_event_report()
 
 | 
| D | nf_conntrack_expect.h | 59 static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp)  in nf_ct_exp_net()97 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp)  in nf_ct_unlink_expect()
 
 | 
| /linux-4.4.14/drivers/media/rc/img-ir/ | 
| D | img-ir-sharp.c | 18 	unsigned int addr, cmd, exp, chk;  in img_ir_sharp_scancode()  local44 	unsigned int addr, cmd, exp = 0, chk = 0;  in img_ir_sharp_filter()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ | 
| D | ldlm_lib.c | 489 			  struct obd_export **exp,  in client_connect_import()555 int client_disconnect_export(struct obd_export *exp)  in client_disconnect_export()
 680 	struct obd_export	 *exp;  in target_send_reply()  local
 817 void ldlm_dump_export_locks(struct obd_export *exp)  in ldlm_dump_export_locks()
 
 | 
| D | ldlm_request.c | 333 int ldlm_cli_enqueue_fini(struct obd_export *exp, struct ptlrpc_request *req,  in ldlm_cli_enqueue_fini()571 int ldlm_prep_elc_req(struct obd_export *exp, struct ptlrpc_request *req,  in ldlm_prep_elc_req()
 635 int ldlm_prep_enqueue_req(struct obd_export *exp, struct ptlrpc_request *req,  in ldlm_prep_enqueue_req()
 653 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp,  in ldlm_cli_enqueue()
 862 static int ldlm_cli_cancel_req(struct obd_export *exp,  in ldlm_cli_cancel_req()
 1010 	struct obd_export *exp;  in ldlm_cli_cancel()  local
 1792 	struct obd_export    *exp;  in replay_lock_interpret()  local
 
 | 
| D | ldlm_lock.c | 108 void ldlm_convert_policy_to_local(struct obd_export *exp, ldlm_type_t type,  in ldlm_convert_policy_to_local()1895 	struct obd_export *exp = lock->l_export;  in _ldlm_lock_debug()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/fid/ | 
| D | fid_request.c | 62 	struct obd_export     *exp = seq->lcs_exp;  in seq_client_rpc()  local393 			   struct obd_export *exp,  in seq_client_init()
 426 		    struct obd_export *exp, enum lu_cli_type type)  in client_fid_init()
 
 | 
| /linux-4.4.14/net/netfilter/ipvs/ | 
| D | ip_vs_nfct.c | 144 	struct nf_conntrack_expect *exp)  in ip_vs_nfct_expect_callback()229 	struct nf_conntrack_expect *exp;  in ip_vs_nfct_expect_related()  local
 
 | 
| /linux-4.4.14/net/ipv4/netfilter/ | 
| D | nf_nat_h323.c | 285 		    struct nf_conntrack_expect *exp)  in nat_t120()336 		    struct nf_conntrack_expect *exp)  in nat_h245()
 427 		    __be16 port, struct nf_conntrack_expect *exp)  in nat_q931()
 521 			      struct nf_conntrack_expect *exp)  in nat_callforwarding()
 
 | 
| D | nf_nat_pptp.c | 43 			      struct nf_conntrack_expect *exp)  in pptp_nat_expected()
 | 
| D | nf_conntrack_l3proto_ipv4_compat.c | 283 	struct nf_conntrack_expect *exp;  in exp_seq_show()  local
 | 
| /linux-4.4.14/kernel/ | 
| D | acct.c | 314 	int exp, rnd;  in encode_comp_t()  local356 	int exp, rnd;  in encode_comp2_t()  local
 389 	unsigned exp = 190;  in encode_float()  local
 
 | 
| /linux-4.4.14/kernel/sched/ | 
| D | loadavg.c | 100 calc_load(unsigned long load, unsigned long exp, unsigned long active)  in calc_load()293 calc_load_n(unsigned long load, unsigned long exp,  in calc_load_n()
 
 | 
| /linux-4.4.14/drivers/misc/echo/ | 
| D | echo.c | 125 	int exp;  in lms_adapt_bg()  local197 	int exp;  in lms_adapt_bg()  local
 
 | 
| /linux-4.4.14/kernel/time/ | 
| D | alarmtimer.c | 597 	ktime_t exp;  in alarm_timer_set()  local678 static int update_rmtp(ktime_t exp, enum  alarmtimer_type type,  in update_rmtp()
 706 	ktime_t exp;  in alarm_timer_nsleep_restart()  local
 748 	ktime_t exp;  in alarm_timer_nsleep()  local
 
 | 
| D | posix-cpu-timers.c | 496 		unsigned long long exp = nt->expires;  in arm_timer()  local
 | 
| /linux-4.4.14/fs/ | 
| D | select.c | 429 		unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp;  in do_select()  local548 			   fd_set __user *exp, struct timespec *end_time)  in core_sys_select()
 623 		fd_set __user *, exp, struct timeval __user *, tvp)  in SYSCALL_DEFINE5()  argument
 647 		       fd_set __user *exp, struct timespec __user *tsp,  in do_pselect()
 701 		fd_set __user *, exp, struct timespec __user *, tsp,  in SYSCALL_DEFINE6()  argument
 721 	fd_set __user *inp, *outp, *exp;  member
 
 | 
| D | compat.c | 1235 	compat_ulong_t __user *outp, compat_ulong_t __user *exp,  in compat_core_sys_select()1306 	compat_ulong_t __user *, outp, compat_ulong_t __user *, exp,  in COMPAT_SYSCALL_DEFINE5()  argument
 1334 	compat_uptr_t exp;  member
 1349 	compat_ulong_t __user *outp, compat_ulong_t __user *exp,  in do_compat_pselect()
 1400 	compat_ulong_t __user *, outp, compat_ulong_t __user *, exp,  in COMPAT_SYSCALL_DEFINE6()  argument
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/mgc/ | 
| D | mgc_request.c | 825 static int mgc_set_mgs_param(struct obd_export *exp,  in mgc_set_mgs_param()861 static int mgc_enqueue(struct obd_export *exp, struct lov_stripe_md *lsm,  in mgc_enqueue()
 914 static int mgc_target_register(struct obd_export *exp,  in mgc_target_register()
 952 static int mgc_set_info_async(const struct lu_env *env, struct obd_export *exp,  in mgc_set_info_async()
 1030 static int mgc_get_info(const struct lu_env *env, struct obd_export *exp,  in mgc_get_info()
 
 | 
| /linux-4.4.14/lib/mpi/ | 
| D | mpi-pow.c | 36 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod)  in mpi_powm()
 | 
| /linux-4.4.14/drivers/media/usb/gspca/stv06xx/ | 
| D | stv06xx_hdcs.c | 90 	} exp;  member190 	u8 exp[14];  in hdcs_set_exposure()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ | 
| D | echo_client.c | 1644 				   struct obd_export *exp, int rw,  in echo_client_prep_commit()1749 				 struct obd_export *exp,  in echo_client_brw_ioctl()
 1806 echo_client_enqueue(struct obd_export *exp, struct obdo *oa,  in echo_client_enqueue()
 1840 echo_client_cancel(struct obd_export *exp, struct obdo *oa)  in echo_client_cancel()
 1853 echo_client_iocontrol(unsigned int cmd, struct obd_export *exp, int len,  in echo_client_iocontrol()
 2102 			       struct obd_export **exp,  in echo_client_connect()
 2117 static int echo_client_disconnect(struct obd_export *exp)  in echo_client_disconnect()
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ | 
| D | dir.c | 147 	struct obd_export *exp = ll_i2sbi(inode)->ll_md_exp;  in ll_dir_filler()  local1049 static int copy_and_ioctl(int cmd, struct obd_export *exp,  in copy_and_ioctl()
 1705 		struct obd_export *exp;  in ll_dir_ioctl()  local
 
 | 
| D | file.c | 130 	struct obd_export *exp = ll_i2mdexp(inode);  in ll_close_inode_openhandle()  local910 static int ll_lsm_getattr(struct lov_stripe_md *lsm, struct obd_export *exp,  in ll_lsm_getattr()
 1256 	struct obd_export *exp = ll_i2dtexp(inode);  in ll_lov_recreate()  local
 1671 	struct obd_export *exp = ll_i2dtexp(inode);  in ll_do_fiemap()  local
 1735 	struct obd_export *exp = ll_i2mdexp(inode);  in ll_fid2path()  local
 2866 	struct obd_export *exp;  in __ll_inode_revalidate()  local
 
 | 
| D | xattr_cache.c | 280 	struct obd_export *exp = sbi->ll_md_exp;  in ll_xattr_find_get_lock()  local
 | 
| D | llite_lib.c | 1919 	struct obd_export		*exp	   = ll_s2sbi(sb)->ll_md_exp;  in ll_open_cleanup()  local2025 	struct obd_export *exp;  in ll_obd_statfs()  local
 
 | 
| D | llite_internal.h | 1365 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode,  in ll_set_lock_data()
 | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh4/ | 
| D | fpu.c | 154 	int exp = 1023 - 126;  in denormal_to_double()  local
 | 
| /linux-4.4.14/drivers/media/i2c/smiapp/ | 
| D | smiapp-regs.c | 28 	int32_t exp;  in float_to_u32_mul_1000000()  local
 | 
| /linux-4.4.14/net/atm/ | 
| D | clip.c | 128 		unsigned long exp = cv->last_use + cv->idle_timeout;  in neigh_check_cb()  local740 	unsigned long exp;  in atmarp_info()  local
 
 | 
| /linux-4.4.14/drivers/watchdog/ | 
| D | tegra_wdt.c | 156 	int exp;  in tegra_wdt_get_timeleft()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ | 
| D | libcfs_private.h | 75 # define LINVRNT(exp) LASSERT(exp)  argument77 # define LINVRNT(exp) ((void)sizeof !!(exp))  argument
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/fld/ | 
| D | fld_request.c | 396 int fld_client_rpc(struct obd_export *exp,  in fld_client_rpc()
 | 
| /linux-4.4.14/include/math-emu/ | 
| D | double.h | 61     unsigned exp   : _FP_EXPBITS_D;  member135     unsigned exp  : _FP_EXPBITS_D;  member
 
 | 
| D | quad.h | 62       unsigned exp : _FP_EXPBITS_Q;  member140     unsigned exp   : _FP_EXPBITS_Q;  member
 
 | 
| D | single.h | 52     unsigned exp  : _FP_EXPBITS_S;  member
 | 
| /linux-4.4.14/arch/x86/platform/uv/ | 
| D | uv_time.c | 201 		u64 exp = head->cpu[c].expires;  in uv_rtc_find_next_timer()  local
 | 
| /linux-4.4.14/lib/ | 
| D | test-string_helpers.c | 340 					      const char *exp,  in test_string_get_size_check()
 | 
| /linux-4.4.14/net/bluetooth/ | 
| D | smp.c | 3458 	const u8 exp[3] = { 0xaa, 0xfb, 0x0d };  in test_ah()  local3486 	const u8 exp[16] = {  in test_c1()  local
 3511 	const u8 exp[16] = {  in test_s1()  local
 3543 	const u8 exp[16] = {  in test_f4()  local
 3613 	const u8 exp[16] = {  in test_f6()  local
 3667 	const u8 exp[16] = {  in test_h6()  local
 
 | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | math-emu.h | 88 	unsigned short exp;  member
 | 
| /linux-4.4.14/drivers/media/usb/uvc/ | 
| D | uvc_queue.c | 279 		      struct v4l2_exportbuffer *exp)  in uvc_export_buffer()
 | 
| D | uvc_v4l2.c | 724 			    struct v4l2_exportbuffer *exp)  in uvc_ioctl_expbuf()
 | 
| /linux-4.4.14/mm/ | 
| D | mempool.c | 47 		u8 exp = (i < size - 1) ? POISON_FREE : POISON_END;  in __check_element()  local
 | 
| D | slab.c | 1788 		char exp = POISON_FREE;  in check_poison_obj()  local
 | 
| /linux-4.4.14/drivers/net/wireless/brcm80211/include/ | 
| D | brcmu_utils.h | 27 #define SPINWAIT(exp, us) { \  argument
 | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | math-emu.h | 88 	unsigned short exp;  member
 | 
| /linux-4.4.14/scripts/mod/ | 
| D | modpost.c | 2040 static void check_for_gpl_usage(enum export exp, const char *m, const char *s)  in check_for_gpl_usage()2065 static void check_for_unused(enum export exp, const char *m, const char *s)  in check_for_unused()
 2083 	struct symbol *s, *exp;  in check_exports()  local
 2149 	struct symbol *s, *exp;  in add_versions()  local
 
 | 
| /linux-4.4.14/arch/alpha/kernel/ | 
| D | traps.c | 704 	unsigned long exp;  in s_mem_to_reg()  local
 | 
| D | osf_sys.c | 1092 		fd_set __user *, exp, struct timeval32 __user *, tvp)  in SYSCALL_DEFINE5()  argument
 | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | bitops.h | 380 	long exp;  in ia64_fls()  local
 | 
| /linux-4.4.14/drivers/media/i2c/soc_camera/ | 
| D | mt9v022.c | 528 	struct v4l2_ctrl *exp = mt9v022->exposure;  in mt9v022_g_volatile_ctrl()  local622 			struct v4l2_ctrl *exp = mt9v022->exposure;  in mt9v022_s_ctrl()  local
 
 | 
| D | mt9m001.c | 401 	struct v4l2_ctrl *exp = mt9m001->exposure;  in mt9m001_s_ctrl()  local
 | 
| D | mt9t031.c | 460 	struct v4l2_ctrl *exp = mt9t031->exposure;  in mt9t031_s_ctrl()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | sec.c | 1658 static int flavor_allowed(struct sptlrpc_flavor *exp,  in flavor_allowed()1682 int sptlrpc_target_export_check(struct obd_export *exp,  in sptlrpc_target_export_check()
 
 | 
| D | import.c | 790 	struct obd_export *exp;  in ptlrpc_connect_interpret()  local
 | 
| D | service.c | 1754 	struct obd_export *exp;  in ptlrpc_handle_rs()  local
 | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ | 
| D | debug.h | 213 static inline void RT_ASSERT(int exp, const char *fmt, ...)  in RT_ASSERT()
 | 
| /linux-4.4.14/drivers/char/ | 
| D | mmtimer.c | 302 	u64 expires, exp, set_completion_time;  in mmtimer_set_next_timer()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ | 
| D | svga3d_surfacedefs.h | 198 		u8 exp;  member
 | 
| /linux-4.4.14/arch/powerpc/perf/ | 
| D | power8-pmu.c | 362 		unsigned int cmp, exp;  in power8_get_constraint()  local
 | 
| /linux-4.4.14/net/openvswitch/ | 
| D | conntrack.c | 436 	struct nf_conntrack_expect *exp;  in ovs_ct_lookup()  local
 | 
| /linux-4.4.14/drivers/atm/ | 
| D | he.c | 431 	unsigned exp = 0;  in rate_to_atmf()  local655 	unsigned rate_atmf, exp, man;  in he_init_cs_block_rcm()  local
 
 | 
| D | firestream.c | 450 	unsigned char exp = -1; /* hush gcc */  in make_rate()  local
 | 
| D | ambassador.c | 891   unsigned char exp = -1; // hush gcc  in make_rate()  local
 | 
| /linux-4.4.14/drivers/s390/crypto/ | 
| D | zcrypt_msgtype50.c | 189 	unsigned char *mod, *exp, *inp;  in ICAMEX_msg_to_type50MEX_msg()  local
 | 
| /linux-4.4.14/arch/parisc/math-emu/ | 
| D | cnv_float.h | 108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \  argument
 | 
| D | sgl_float.h | 158 #define Sgl_set_exponent(sgl_value,exp) Deposit_sexponent(sgl_value,exp)  argument
 | 
| D | dbl_float.h | 246 #define Dbl_set_exponent(dbl_value, exp) Deposit_dexponent(dbl_value,exp)  argument
 | 
| /linux-4.4.14/drivers/media/dvb-frontends/ | 
| D | cx24123.c | 443 	u32 exp, nearest = 0;  in cx24123_int_log2()  local
 | 
| D | dib8000.c | 1920 	u32 ix = 0, tmp_val = 0, exp = 0, mant = 0;  in dib8000_get_adc_power()  local3832 	u32 n, s, exp;  in dib8000_get_snr()  local
 
 | 
| D | dib7000p.c | 2131 	u32 tmp_val = 0, exp = 0, mant = 0;  in dib7000p_get_adc_power()  local
 | 
| D | dib9000.c | 2279 	u32 n, s, exp;  in dib9000_get_snr()  local
 | 
| /linux-4.4.14/arch/sh/math-emu/ | 
| D | math.c | 481 	int exp = 1023 - 126;  in denormal_to_double()  local
 | 
| /linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ | 
| D | phy.c | 603 	short exp = 0;  in lin2dBd()  local
 | 
| /linux-4.4.14/drivers/media/i2c/ | 
| D | sr030pc30.c | 162 		struct v4l2_ctrl *exp;  member
 | 
| D | ov9650.c | 760 static int ov965x_set_exposure(struct ov965x *ov965x, int exp)  in ov965x_set_exposure()
 | 
| /linux-4.4.14/include/linux/ | 
| D | ccp.h | 296 	struct scatterlist *exp;  member
 | 
| D | tcp.h | 61 	bool	exp;	/* In RFC6994 experimental option format */  member
 | 
| D | sched.h | 162 #define CALC_LOAD(load,exp,n) \  argument
 | 
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | cfg80211.h | 265 	u8 exp;  member
 | 
| /linux-4.4.14/drivers/crypto/ccp/ | 
| D | ccp-ops.c | 1572 	struct ccp_dm_workarea exp, src;  in ccp_run_rsa_cmd()  local
 | 
| /linux-4.4.14/drivers/media/usb/gspca/ | 
| D | sn9c20x.c | 1439 	u8 exp[8] = {sd->i2c_intf, sd->i2c_addr,  in set_exposure()  local
 | 
| /linux-4.4.14/kernel/rcu/ | 
| D | tree.h | 288 		u8 exp;  member
 | 
| D | tree.c | 4393 	static const char * const exp[] = RCU_EXP_NAME_INIT;  in rcu_init_one()  local
 | 
| /linux-4.4.14/arch/x86/kernel/cpu/mcheck/ | 
| D | mce.c | 292 static void mce_panic(const char *msg, struct mce *final, char *exp)  in mce_panic()
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | scsi_transport_sas.c | 960 		struct sas_expander_device *exp = rphy_to_expander_device(rphy);  in sas_port_alloc_num()  local
 | 
| /linux-4.4.14/tools/lib/traceevent/ | 
| D | event-parse.h | 904 		struct filter_arg_exp		exp;  member
 | 
| /linux-4.4.14/drivers/block/drbd/ | 
| D | drbd_int.h | 150 #define D_ASSERT(device, exp)	do { \  argument160 #define expect(exp) ({								\  argument
 
 | 
| /linux-4.4.14/drivers/net/ethernet/neterion/ | 
| D | s2io.c | 342 #define S2IO_TIMER_CONF(timer, handle, arg, exp)	\  argument
 | 
| /linux-4.4.14/drivers/scsi/bfa/ | 
| D | bfa_defs.h | 1166 	u32	exp; /* expect value read from reg */  member
 | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/ | 
| D | bnx2.c | 6047 	u32 mode_ctl, an_dbg, exp;  in bnx2_5706_serdes_has_link()  local
 | 
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ | 
| D | main.c | 82 #define EDCF_ECW2CW(exp)		((1 << (exp)) - 1)  argument
 |