Home
last modified time | relevance | path

Searched refs:od (Results 1 – 21 of 21) sorted by relevance

/linux-4.19.296/fs/orangefs/
Ddir.c62 struct orangefs_dir *od, struct dentry *dentry, in do_readdir() argument
76 op->upcall.req.readdir.token = od->token; in do_readdir()
83 od->error = bufi; in do_readdir()
100 od->error = r; in do_readdir()
107 od->error = r; in do_readdir()
111 od->error = op->downcall.status; in do_readdir()
121 od->error = -EIO; in do_readdir()
127 od->token = resp->token; in do_readdir()
131 static int parse_readdir(struct orangefs_dir *od, in parse_readdir() argument
138 part = od->part; in parse_readdir()
[all …]
/linux-4.19.296/fs/overlayfs/
Dreaddir.c241 static void ovl_cache_put(struct ovl_dir_file *od, struct dentry *dentry) in ovl_cache_put() argument
243 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put()
339 struct ovl_dir_file *od = file->private_data; in ovl_dir_reset() local
340 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset()
345 ovl_cache_put(od, dentry); in ovl_dir_reset()
346 od->cache = NULL; in ovl_dir_reset()
347 od->cursor = NULL; in ovl_dir_reset()
350 if (od->is_real != is_real) { in ovl_dir_reset()
354 od->is_real = false; in ovl_dir_reset()
394 static void ovl_seek_cursor(struct ovl_dir_file *od, loff_t pos) in ovl_seek_cursor() argument
[all …]
/linux-4.19.296/include/scsi/
Dosd_initiator.h71 void osduld_put_device(struct osd_dev *od);
73 const struct osd_dev_info *osduld_device_info(struct osd_dev *od);
74 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi);
77 typedef int (do_test_fn)(struct osd_dev *od, unsigned cmd, unsigned long arg);
82 void osd_dev_init(struct osd_dev *od, struct scsi_device *scsi_device);
83 void osd_dev_fini(struct osd_dev *od);
100 int osd_auto_detect_ver(struct osd_dev *od,
103 static inline struct request_queue *osd_request_queue(struct osd_dev *od) in osd_request_queue() argument
105 return od->scsi_device->request_queue; in osd_request_queue()
109 static inline void osd_dev_set_ver(struct osd_dev *od, enum osd_std_version v) in osd_dev_set_ver() argument
[all …]
Dosd_ore.h57 struct osd_dev *od; member
84 return oc->ods[i - oc->first_dev]->od; in ore_comp_dev()
88 struct ore_components *oc, unsigned i, struct osd_dev *od) in ore_comp_set_dev() argument
90 oc->ods[i - oc->first_dev]->od = od; in ore_comp_set_dev()
185 typedef void (*ore_on_dev_error)(struct ore_io_state *ios, struct ore_dev *od,
Dosd_protocol.h606 struct osdv1_cap_object_descriptor od; member
611 struct osd_cap_object_descriptor od; member
Dlibsas.h464 int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count);
466 static inline int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count) in try_test_sas_gpio_gp_bit() argument
/linux-4.19.296/drivers/clk/meson/
Dclk-pll.c49 unsigned int od = pllt->od + pllt->od2 + pllt->od3; in __pll_params_to_rate() local
58 return DIV_ROUND_UP_ULL(rate, pllt->n << od); in __pll_params_to_rate()
71 pllt.od = meson_parm_read(clk->map, &pll->od); in meson_clk_pll_recalc_rate()
96 val <<= pllt->od + pllt->od2 + pllt->od3; in __pll_params_with_frac()
211 meson_parm_write(clk->map, &pll->od, pllt->od); in meson_clk_pll_set_rate()
Dclkc.h50 u16 od; member
60 .od = (_od), \
69 struct parm od; member
Daxg.c37 .od = {
78 .od = {
214 .od = {
267 .od = {
645 .od = 1,
673 .od = {
Dgxbb.c190 .od = {
247 .od = {
315 .od = {
366 .od = {
409 .od = {
457 .od = {
Dmeson8b.c109 .od = {
150 .od = {
186 .od = {
/linux-4.19.296/fs/exofs/
Dsuper.c230 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern() argument
233 struct osd_request *or = osd_start_request(od); in exofs_read_kern()
262 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern()
420 struct osd_dev *od, u64 pid) in _exofs_print_device() argument
422 const struct osd_dev_info *odi = osduld_device_info(od); in _exofs_print_device()
434 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi() local
436 if (od) { in exofs_free_sbi()
438 osduld_put_device(od); in exofs_free_sbi()
639 struct osd_dev *od; in exofs_read_lookup_dev_table() local
658 eds[i].ored.od = fscb_od; in exofs_read_lookup_dev_table()
[all …]
Dsys.c61 struct osd_dev *odev = edp->ored.od; in osdname_show()
69 struct osd_dev *odev = edp->ored.od; in systemid_show()
Dore.c473 struct ore_dev *od = ios->oc->ods[dev]; in ore_check_io() local
475 on_dev_error(ios, od, dev, osi.osd_err_pri, in ore_check_io()
/linux-4.19.296/fs/ocfs2/
Dquota_local.c871 struct ocfs2_dquot *od = private; in olq_set_dquot() local
873 struct super_block *sb = od->dq_dquot.dq_sb; in olq_set_dquot()
876 + ol_dqblk_block_offset(sb, od->dq_local_off)); in olq_set_dquot()
879 od->dq_dquot.dq_id)); in olq_set_dquot()
880 spin_lock(&od->dq_dquot.dq_dqb_lock); in olq_set_dquot()
881 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace - in olq_set_dquot()
882 od->dq_origspace); in olq_set_dquot()
883 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes - in olq_set_dquot()
884 od->dq_originodes); in olq_set_dquot()
885 spin_unlock(&od->dq_dquot.dq_dqb_lock); in olq_set_dquot()
[all …]
/linux-4.19.296/drivers/clk/ingenic/
Dcgu.c85 unsigned m, n, od_enc, od; in ingenic_pll_recalc_rate() local
111 for (od = 0; od < pll_info->od_max; od++) { in ingenic_pll_recalc_rate()
112 if (pll_info->od_encoding[od] == od_enc) in ingenic_pll_recalc_rate()
115 BUG_ON(od == pll_info->od_max); in ingenic_pll_recalc_rate()
116 od++; in ingenic_pll_recalc_rate()
118 return div_u64((u64)parent_rate * m, n * od); in ingenic_pll_recalc_rate()
127 unsigned m, n, od; in ingenic_pll_calc() local
130 od = 1; in ingenic_pll_calc()
140 m = (rate / MHZ) * od * n / (parent_rate / MHZ); in ingenic_pll_calc()
149 *pod = od; in ingenic_pll_calc()
[all …]
/linux-4.19.296/drivers/clk/sirf/
Dclk-common.c90 u32 od = ((cfg0 >> 19) & (BIT(4) - 1)) + 1; in pll_clk_recalc_rate() local
92 return fin / MHZ * nf / nr / od * MHZ; in pll_clk_recalc_rate()
99 unsigned long fin, nf, nr, od; in pll_clk_round_rate() local
119 od = 1; in pll_clk_round_rate()
122 do_div(dividend, nr * od); in pll_clk_round_rate()
131 unsigned long fin, nf, nr, od, reg; in pll_clk_set_rate() local
148 od = 1; in pll_clk_set_rate()
150 reg = (nf - 1) | ((nr - 1) << 13) | ((od - 1) << 19); in pll_clk_set_rate()
/linux-4.19.296/drivers/clk/
Dclk-aspeed.c162 u32 od = (val >> 4) & 0x1; in aspeed_ast2400_calc_pll() local
165 mult = (2 - od) * (n + 2); in aspeed_ast2400_calc_pll()
/linux-4.19.296/drivers/cpufreq/
Dcpufreq_ondemand.c323 gov_show_one(od, powersave_bias);
/linux-4.19.296/fs/nfsd/
Dnfs4state.c5445 struct nfsd4_open_downgrade *od = &u->open_downgrade; in nfsd4_open_downgrade() local
5454 if (od->od_deleg_want) in nfsd4_open_downgrade()
5456 od->od_deleg_want); in nfsd4_open_downgrade()
5458 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid, in nfsd4_open_downgrade()
5459 &od->od_stateid, &stp, nn); in nfsd4_open_downgrade()
5463 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade()
5465 stp->st_access_bmap, od->od_share_access); in nfsd4_open_downgrade()
5468 if (!test_deny(od->od_share_deny, stp)) { in nfsd4_open_downgrade()
5470 stp->st_deny_bmap, od->od_share_deny); in nfsd4_open_downgrade()
5473 nfs4_stateid_downgrade(stp, od->od_share_access); in nfsd4_open_downgrade()
[all …]
Dnfs4xdr.c3448 …code_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od) in nfsd4_encode_open_downgrade() argument
3452 return nfsd4_encode_stateid(xdr, &od->od_stateid); in nfsd4_encode_open_downgrade()