Searched refs:od (Results 1 – 9 of 9) sorted by relevance
/fs/overlayfs/ |
D | readdir.c | 175 static void ovl_cache_put(struct ovl_dir_file *od, struct dentry *dentry) in ovl_cache_put() argument 177 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put() 261 struct ovl_dir_file *od = file->private_data; in ovl_dir_reset() local 262 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset() 267 ovl_cache_put(od, dentry); in ovl_dir_reset() 268 od->cache = NULL; in ovl_dir_reset() 269 od->cursor = NULL; in ovl_dir_reset() 271 WARN_ON(!od->is_real && !OVL_TYPE_MERGE(type)); in ovl_dir_reset() 272 if (od->is_real && OVL_TYPE_MERGE(type)) in ovl_dir_reset() 273 od->is_real = false; in ovl_dir_reset() [all …]
|
/fs/nfs/objlayout/ |
D | objio_osd.c | 50 struct ore_dev od; member 58 dprintk("%s: free od=%p\n", __func__, de->od.od); in objio_free_deviceid_node() 59 osduld_put_device(de->od.od); in objio_free_deviceid_node() 93 struct osd_dev *od; in objio_alloc_deviceid_node() local 126 od = osduld_info_lookup(&odi); in objio_alloc_deviceid_node() 127 if (IS_ERR(od)) { in objio_alloc_deviceid_node() 128 err = PTR_ERR(od); in objio_alloc_deviceid_node() 145 dprintk("%s: -ENOMEM od=%p\n", __func__, od); in objio_alloc_deviceid_node() 152 ode->od.od = od; in objio_alloc_deviceid_node() 260 objio_seg->oc.ods[cur_comp++] = &ode->od; in objio_alloc_lseg() [all …]
|
/fs/exofs/ |
D | super.c | 226 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern() argument 229 struct osd_request *or = osd_start_request(od, GFP_KERNEL); in exofs_read_kern() 258 _LLU(obj->id), _LLU(offset), _LLU(length), od, ret); in exofs_read_kern() 416 struct osd_dev *od, u64 pid) in _exofs_print_device() argument 418 const struct osd_dev_info *odi = osduld_device_info(od); in _exofs_print_device() 430 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi() local 432 if (od) { in exofs_free_sbi() 434 osduld_put_device(od); in exofs_free_sbi() 637 struct osd_dev *od; in exofs_read_lookup_dev_table() local 656 eds[i].ored.od = fscb_od; in exofs_read_lookup_dev_table() [all …]
|
D | sys.c | 61 struct osd_dev *odev = edp->ored.od; in osdname_show() 69 struct osd_dev *odev = edp->ored.od; in systemid_show()
|
D | ore.c | 459 struct ore_dev *od = ios->oc->ods[dev]; in ore_check_io() local 461 on_dev_error(ios, od, dev, osi.osd_err_pri, in ore_check_io()
|
/fs/ocfs2/ |
D | quota_local.c | 873 struct ocfs2_dquot *od = private; in olq_set_dquot() local 875 struct super_block *sb = od->dq_dquot.dq_sb; in olq_set_dquot() 878 + ol_dqblk_block_offset(sb, od->dq_local_off)); in olq_set_dquot() 881 od->dq_dquot.dq_id)); in olq_set_dquot() 883 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace - in olq_set_dquot() 884 od->dq_origspace); in olq_set_dquot() 885 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes - in olq_set_dquot() 886 od->dq_originodes); in olq_set_dquot() 891 from_kqid(&init_user_ns, od->dq_dquot.dq_id)); in olq_set_dquot() 898 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_write_dquot() local [all …]
|
/fs/nfsd/ |
D | nfs4state.c | 5164 struct nfsd4_open_downgrade *od) in nfsd4_open_downgrade() argument 5174 if (od->od_deleg_want) in nfsd4_open_downgrade() 5176 od->od_deleg_want); in nfsd4_open_downgrade() 5178 status = nfs4_preprocess_confirmed_seqid_op(cstate, od->od_seqid, in nfsd4_open_downgrade() 5179 &od->od_stateid, &stp, nn); in nfsd4_open_downgrade() 5183 if (!test_access(od->od_share_access, stp)) { in nfsd4_open_downgrade() 5185 stp->st_access_bmap, od->od_share_access); in nfsd4_open_downgrade() 5188 if (!test_deny(od->od_share_deny, stp)) { in nfsd4_open_downgrade() 5190 stp->st_deny_bmap, od->od_share_deny); in nfsd4_open_downgrade() 5193 nfs4_stateid_downgrade(stp, od->od_share_access); in nfsd4_open_downgrade() [all …]
|
D | xdr4.h | 695 struct nfsd4_open_downgrade *od);
|
D | nfs4xdr.c | 3340 …code_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od) in nfsd4_encode_open_downgrade() argument 3345 nfserr = nfsd4_encode_stateid(xdr, &od->od_stateid); in nfsd4_encode_open_downgrade()
|