/openbmc/qemu/block/export/ |
H A D | export.c | 52 BlockExport *exp; in blk_exp_find() local 79 BlockExport *exp = NULL; in blk_exp_add() local 205 void blk_exp_ref(BlockExport *exp) in blk_exp_ref() 214 BlockExport *exp = opaque; in blk_exp_delete_bh() local 226 void blk_exp_unref(BlockExport *exp) in blk_exp_unref() 242 void blk_exp_request_shutdown(BlockExport *exp) in blk_exp_request_shutdown() 266 BlockExport *exp; in blk_exp_has_type() local 284 BlockExport *exp, *next; in blk_exp_close_all_type() local 313 BlockExport *exp; in qmp_block_export_del() local 342 BlockExport *exp; in qmp_query_block_exports() local
|
H A D | fuse.c | 84 FuseExport *exp = opaque; in fuse_export_drained_begin() local 94 FuseExport *exp = opaque; in fuse_export_drained_end() local 107 FuseExport *exp = opaque; in fuse_export_drained_poll() local 122 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_create() local 231 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, in setup_fuse_export() 290 FuseExport *exp = opaque; in read_from_fuse_export() local 316 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_shutdown() local 340 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_delete() local 412 FuseExport *exp = fuse_req_userdata(req); in fuse_getattr() local 444 static int fuse_do_truncate(const FuseExport *exp, int64_t size, in fuse_do_truncate() [all …]
|
H A D | vduse-blk.c | 206 BlockExport *exp = opaque; in vduse_blk_resize() local 239 BlockExport *exp = opaque; in vduse_blk_drained_begin() local 247 BlockExport *exp = opaque; in vduse_blk_drained_end() local 255 BlockExport *exp = opaque; in vduse_blk_drained_poll() local 268 static int vduse_blk_exp_create(BlockExport *exp, BlockExportOptions *opts, in vduse_blk_exp_create() 387 static void vduse_blk_exp_delete(BlockExport *exp) in vduse_blk_exp_delete() 406 static void vduse_blk_exp_request_shutdown(BlockExport *exp) in vduse_blk_exp_request_shutdown()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfsfh.c | 30 struct svc_export *exp = expv; in nfsd_acceptable() local 103 struct svc_export *exp) in nfsd_setuser_and_check_port() 120 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root() 158 struct svc_export *exp; in nfsd_set_fh_dentry() local 331 struct svc_export *exp = NULL; in fh_verify() local 411 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update() 431 static bool is_root_export(struct svc_export *exp) in is_root_export() 436 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb() 441 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp() 466 static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *re… in set_version_and_fsid_type() [all …]
|
H A D | export.c | 356 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local 376 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local 509 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse() 550 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse() 553 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) in xprtsec_parse() 603 struct svc_export exp = {}, *expp; in svc_export_parse() local 760 struct svc_export *exp; in svc_export_show() local 897 svc_export_hash(struct svc_export *exp) in svc_export_hash() 908 svc_export_lookup(struct svc_export *exp) in svc_export_lookup() 963 struct svc_export *exp, key; in exp_get_by_name() local [all …]
|
H A D | stats.h | 37 struct svc_export *exp) in nfsd_stats_fh_stale_inc() 45 struct svc_export *exp, s64 amount) in nfsd_stats_io_read_add() 53 struct svc_export *exp, s64 amount) in nfsd_stats_io_write_add()
|
H A D | export.h | 98 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) argument 99 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) argument 100 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) argument 120 static inline void exp_put(struct svc_export *exp) in exp_put() 125 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get()
|
H A D | auth.c | 8 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags() 21 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vecemu.c | 41 int exp, pwr; in eexp2() local 96 int exp, mant, lz, frac; in elog2() local 159 int exp, mant; in ctsxs() local 181 int exp; in ctuxs() local 209 int exp; in rfiz() local 224 int exp, mask; in rfii() local 245 int exp, half; in rfin() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_expect.c | 47 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report() 74 struct nf_conntrack_expect *exp = from_timer(exp, t, timeout); in nf_ct_expectation_timed_out() local 119 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp) in nf_ct_remove_expect() 177 struct nf_conntrack_expect *i, *exp = NULL; in nf_ct_find_expectation() local 231 struct nf_conntrack_expect *exp; in nf_ct_remove_expectations() local 287 void nf_ct_unexpect_related(struct nf_conntrack_expect *exp) in nf_ct_unexpect_related() 312 void nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, in nf_ct_expect_init() 372 struct nf_conntrack_expect *exp; in nf_ct_expect_free_rcu() local 378 void nf_ct_expect_put(struct nf_conntrack_expect *exp) in nf_ct_expect_put() 385 static void nf_ct_expect_insert(struct nf_conntrack_expect *exp) in nf_ct_expect_insert() [all …]
|
H A D | nf_nat_helper.c | 180 struct nf_conntrack_expect *exp) in nf_nat_follow_master() 202 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port) in nf_nat_exp_find_port()
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 98 int exp, w; in denormal_mulf() local 165 int exp, w; in denormal_muld() local 203 int exp; in denormal_subf1() local 230 int exp; in denormal_addf1() local 288 int exp; in denormal_subd1() local 315 long long exp; in denormal_addd1() local 381 int exp = 1023 - 126; in denormal_to_double() local
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | fp_arith.c | 154 int exp; in fp_fmul() local 232 int exp; in fp_fdiv() local 312 int exp; in fp_fsglmul() local 369 int exp; in fp_fsgldiv() local
|
/openbmc/linux/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 75 int exp = 0; in simple_div() local 93 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() 356 int scale1, int exp) in adjust_exponent_nano() 407 int exp; in hid_sensor_format_scale() local
|
/openbmc/qemu/nbd/ |
H A D | server.c | 114 const NBDExport *exp; /* associated export */ member 131 NBDExport *exp; member 412 nbd_negotiate_send_rep_list(NBDClient *client, NBDExport *exp, Error **errp) in nbd_negotiate_send_rep_list() 456 NBDExport *exp; in nbd_negotiate_handle_list() local 470 nbd_check_meta_export(NBDClient *client, NBDExport *exp) in nbd_check_meta_export() 601 NBDExport *exp; in nbd_negotiate_handle_info() local 1672 NBDExport *exp = opaque; in blk_aio_attached() local 1692 NBDExport *exp = opaque; in blk_aio_detach() local 1703 NBDExport *exp = opaque; in nbd_drained_begin() local 1717 NBDExport *exp = opaque; in nbd_drained_end() local [all …]
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_ld_str.c | 39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep() 55 int exp; in FPU_tagof() local 97 int exp, tag, negative; in FPU_load_double() local 159 int exp, tag, negative; in FPU_load_single() local 384 int exp; in FPU_store_double() local 569 int exp; in FPU_store_single() local
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | img-ir-sharp.c | 14 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local 40 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local
|
/openbmc/linux/fs/ |
H A D | select.c | 509 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local 626 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 705 fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in kern_select() 727 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5() argument 733 fd_set __user *exp, void __user *tsp, in do_pselect() 796 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 810 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 826 fd_set __user *inp, *outp, *exp; member 1195 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in compat_core_sys_select() 1266 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in do_compat_select() [all …]
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 90 uInt comb, exp; /* .. */ in decimal32FromNumber() local 191 uInt exp; /* exponent top two bits */ in decimal32ToNumber() local 260 Int exp; /* exponent top two bits or full */ in decimal32ToString() local
|
H A D | decimal128.c | 90 uInt comb, exp; /* .. */ in decimal128FromNumber() local 199 uInt exp; /* exponent top two bits */ in decimal128ToNumber() local 287 Int exp; /* exponent top two bits or full */ in decimal128ToString() local
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 141 struct nf_conntrack_expect *exp) in ip_vs_nfct_expect_callback() 215 struct nf_conntrack_expect *exp; in ip_vs_nfct_expect_related() local
|
/openbmc/linux/drivers/staging/media/atomisp/include/hmm/ |
H A D | hmm_common.h | 29 #define var_equal_return(var1, var2, exp, fmt, arg ...) \ argument 65 #define check_null_return(ptr, exp, fmt, arg ...) \ argument
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 284 struct nf_conntrack_expect *exp) in nat_t120() 322 struct nf_conntrack_expect *exp) in nat_h245() 400 __be16 port, struct nf_conntrack_expect *exp) in nat_q931() 484 struct nf_conntrack_expect *exp) in nat_callforwarding()
|
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 32 uint64_t r, exp, mant, sig; in float32_to_f() local 65 uint32_t exp, mant_sig; in f_to_float32() local 163 uint64_t r, exp, mant, sig; in float64_to_g() local 196 uint64_t exp, mant_sig; in g_to_float64() local
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_expect.h | 63 static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp) in nf_ct_exp_net() 107 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect()
|