Searched defs:od (Results 1 - 7 of 7) sorted by relevance

/fs/overlayfs/
H A Dreaddir.c167 static void ovl_cache_put(struct ovl_dir_file *od, struct dentry *dentry) argument
169 struct ovl_dir_cache *cache = od->cache;
171 list_del_init(&od->cursor.l_node);
220 struct ovl_dir_file *od = file->private_data; local
221 struct ovl_dir_cache *cache = od->cache;
226 ovl_cache_put(od, dentry);
227 od->cache = NULL;
229 WARN_ON(!od->is_real && type != OVL_PATH_MERGE);
230 if (od->is_real && type == OVL_PATH_MERGE)
231 od
317 ovl_seek_cursor(struct ovl_dir_file *od, loff_t pos) argument
366 struct ovl_dir_file *od = file->private_data; local
406 struct ovl_dir_file *od = file->private_data; local
446 struct ovl_dir_file *od = file->private_data; local
485 struct ovl_dir_file *od = file->private_data; local
504 struct ovl_dir_file *od; local
[all...]
/fs/exofs/
H A Dsuper.c225 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, argument
228 struct osd_request *or = osd_start_request(od, GFP_KERNEL);
257 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret);
415 struct osd_dev *od, u64 pid)
417 const struct osd_dev_info *odi = osduld_device_info(od);
429 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); local
431 if (od) {
433 osduld_put_device(od);
636 struct osd_dev *od; local
655 eds[i].ored.od
414 _exofs_print_device(const char *msg, const char *dev_path, struct osd_dev *od, u64 pid) argument
710 struct osd_dev *od; /* Master device */ local
[all...]
H A Dore.c459 struct ore_dev *od = ios->oc->ods[dev]; local
461 on_dev_error(ios, od, dev, osi.osd_err_pri,
/fs/nfs/objlayout/
H A Dobjio_osd.c50 struct ore_dev od; member in struct:objio_dev_ent
58 dprintk("%s: free od=%p\n", __func__, de->od.od);
59 osduld_put_device(de->od.od);
93 struct osd_dev *od; local
126 od = osduld_info_lookup(&odi);
127 if (unlikely(IS_ERR(od))) {
128 err = PTR_ERR(od);
282 struct ore_dev *od = objio_seg->oc.ods[i]; local
370 __on_dev_error(struct ore_io_state *ios, struct ore_dev *od, unsigned dev_index, enum osd_err_priority oep, u64 dev_offset, u64 dev_len) argument
[all...]
/fs/ocfs2/
H A Dquota_local.c880 struct ocfs2_dquot *od = private; local
882 struct super_block *sb = od->dq_dquot.dq_sb;
885 + ol_dqblk_block_offset(sb, od->dq_local_off));
888 od->dq_dquot.dq_id));
890 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace -
891 od->dq_origspace);
892 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes -
893 od->dq_originodes);
898 from_kqid(&init_user_ns, od->dq_dquot.dq_id));
905 struct ocfs2_dquot *od local
1231 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
1283 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
[all...]
/fs/nfsd/
H A Dnfs4xdr.c3092 nfsd4_encode_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od) argument
3097 nfserr = nfsd4_encode_stateid(xdr, &od->od_stateid);
H A Dnfs4state.c4768 struct nfsd4_open_downgrade *od)
4778 if (od->od_deleg_want)
4780 od->od_deleg_want);
4782 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid,
4783 &od->od_stateid, &stp, nn);
4787 if (!test_access(od->od_share_access, stp)) {
4789 stp->st_access_bmap, od->od_share_access);
4792 if (!test_deny(od->od_share_deny, stp)) {
4794 stp->st_deny_bmap, od->od_share_deny);
4797 nfs4_stateid_downgrade(stp, od
4766 nfsd4_open_downgrade(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open_downgrade *od) argument
[all...]

Completed in 257 milliseconds