Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 188) sorted by relevance

12345678

/linux-6.6.21/fs/nfsd/
Dnfsfh.c30 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
330 struct svc_export *exp = NULL; in fh_verify() local
410 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update()
430 static bool is_root_export(struct svc_export *exp) in is_root_export()
435 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb()
440 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp()
465 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 …]
Dexport.c352 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local
371 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local
504 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
545 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
548 static int xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) in xprtsec_parse()
598 struct svc_export exp = {}, *expp; in svc_export_parse() local
755 struct svc_export *exp; in svc_export_show() local
883 svc_export_hash(struct svc_export *exp) in svc_export_hash()
894 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
949 struct svc_export *exp, key; in exp_get_by_name() local
[all …]
Dexport.h98 #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()
Dstats.h61 static inline void nfsd_stats_fh_stale_inc(struct svc_export *exp) in nfsd_stats_fh_stale_inc()
68 static inline void nfsd_stats_io_read_add(struct svc_export *exp, s64 amount) in nfsd_stats_io_read_add()
75 static inline void nfsd_stats_io_write_add(struct svc_export *exp, s64 amount) in nfsd_stats_io_write_add()
Dauth.c8 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()
/linux-6.6.21/arch/powerpc/kernel/
Dvecemu.c41 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
/linux-6.6.21/net/netfilter/
Dnf_conntrack_expect.c47 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 …]
Dnf_conntrack_h323_main.c291 struct nf_conntrack_expect *exp; in expect_t120() local
630 struct nf_conntrack_expect *exp; in expect_h245() local
746 struct nf_conntrack_expect *exp; in expect_callforwarding() local
1188 struct nf_conntrack_expect *exp; in find_expect() local
1215 struct nf_conntrack_expect *exp; in expect_q931() local
1286 struct nf_conntrack_expect *exp; in process_gcf() local
1366 struct nf_conntrack_expect *exp; in process_rcf() local
1497 struct nf_conntrack_expect *exp; in process_acf() local
1564 struct nf_conntrack_expect *exp; in process_lcf() local
Dnf_nat_helper.c180 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()
Dnf_conntrack_netlink.c2864 struct nf_conntrack_expect *exp; in ctnetlink_glue_attach_expect() local
2979 static __be32 nf_expect_get_id(const struct nf_conntrack_expect *exp) in nf_expect_get_id()
3000 const struct nf_conntrack_expect *exp) in ctnetlink_exp_dump_expect()
3071 int event, const struct nf_conntrack_expect *exp) in ctnetlink_exp_fill_info()
3098 struct nf_conntrack_expect *exp = item->exp; in ctnetlink_expect_event() local
3155 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_dump_table() local
3203 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_ct_dump_table() local
3298 struct nf_conntrack_expect *exp; in ctnetlink_get_expect() local
3366 static bool expect_iter_name(struct nf_conntrack_expect *exp, void *data) in expect_iter_name()
3381 static bool expect_iter_all(struct nf_conntrack_expect *exp, void *data) in expect_iter_all()
[all …]
/linux-6.6.21/arch/sh/kernel/cpu/sh2a/
Dfpu.c98 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
/linux-6.6.21/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c75 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
/linux-6.6.21/arch/m68k/math-emu/
Dfp_arith.c154 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
/linux-6.6.21/arch/x86/math-emu/
Dreg_ld_str.c39 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
/linux-6.6.21/fs/
Dselect.c509 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 …]
/linux-6.6.21/drivers/media/rc/img-ir/
Dimg-ir-sharp.c14 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
/linux-6.6.21/net/netfilter/ipvs/
Dip_vs_nfct.c141 struct nf_conntrack_expect *exp) in ip_vs_nfct_expect_callback()
215 struct nf_conntrack_expect *exp; in ip_vs_nfct_expect_related() local
/linux-6.6.21/drivers/staging/media/atomisp/include/hmm/
Dhmm_common.h29 #define var_equal_return(var1, var2, exp, fmt, arg ...) \ argument
65 #define check_null_return(ptr, exp, fmt, arg ...) \ argument
/linux-6.6.21/net/ipv4/netfilter/
Dnf_nat_h323.c284 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()
/linux-6.6.21/include/net/netfilter/
Dnf_conntrack_expect.h63 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()
/linux-6.6.21/kernel/
Dacct.c336 int exp, rnd; in encode_comp_t() local
380 int exp, rnd; in encode_comp2_t() local
411 unsigned exp = 190; in encode_float() local
/linux-6.6.21/arch/powerpc/perf/
Disa207-common.c113 int exp = 0; in p10_thresh_cmp_val() local
187 unsigned int cmp, exp; in is_thresh_cmp_valid() local
366 u64 exp = MMCRA_THR_CTR_EXP(mmcra); in isa207_get_mem_weight() local
/linux-6.6.21/lib/math/
Dint_pow.c19 u64 int_pow(u64 base, unsigned int exp) in int_pow()
/linux-6.6.21/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
Dia_css_macc_param.h23 s32 exp; member
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c425 struct core_reloc_type_id_output *exp = (void *)test->output; in setup_type_id_case_local() local
496 struct core_reloc_type_id_output *exp = (void *)test->output; in setup_type_id_case_success() local
520 struct core_reloc_type_id_output *exp = (void *)test->output; in setup_type_id_case_failure() local
540 struct core_reloc_module_output *exp = (void *)test->output; in __trigger_module_test_read() local

12345678