Home
last modified time | relevance | path

Searched refs:ocfs2_lock_res (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Ddlmglue.c73 static struct ocfs2_super *ocfs2_get_dentry_osb(struct ocfs2_lock_res *lockres);
74 static struct ocfs2_super *ocfs2_get_inode_osb(struct ocfs2_lock_res *lockres);
75 static struct ocfs2_super *ocfs2_get_file_osb(struct ocfs2_lock_res *lockres);
76 static struct ocfs2_super *ocfs2_get_qinfo_osb(struct ocfs2_lock_res *lockres);
103 static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres,
105 static void ocfs2_set_meta_lvb(struct ocfs2_lock_res *lockres);
107 static int ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres,
110 static int ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres,
114 struct ocfs2_lock_res *lockres);
116 static void ocfs2_set_qinfo_lvb(struct ocfs2_lock_res *lockres);
[all …]
Ddlmglue.h123 void ocfs2_lock_res_init_once(struct ocfs2_lock_res *res);
124 void ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res,
131 void ocfs2_file_lock_res_init(struct ocfs2_lock_res *lockres,
134 void ocfs2_qinfo_lock_res_init(struct ocfs2_lock_res *lockres,
136 void ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres,
139 void ocfs2_lock_res_free(struct ocfs2_lock_res *res);
202 struct ocfs2_lock_res *lockres);
204 struct ocfs2_lock_res *lockres);
Dinode.h36 struct ocfs2_lock_res ip_rw_lockres;
37 struct ocfs2_lock_res ip_inode_lockres;
38 struct ocfs2_lock_res ip_open_lockres;
Docfs2.h170 struct ocfs2_lock_res { struct
228 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ argument
406 struct ocfs2_lock_res osb_super_lockres;
407 struct ocfs2_lock_res osb_rename_lockres;
408 struct ocfs2_lock_res osb_nfs_sync_lockres;
410 struct ocfs2_lock_res osb_trim_fs_lockres;
Ddcache.h41 struct ocfs2_lock_res dl_lockres;
Dfile.h41 struct ocfs2_lock_res fp_flock;
Dlocks.c43 struct ocfs2_lock_res *lockres = &fp->fp_flock; in ocfs2_do_flock()
Dquota.h58 struct ocfs2_lock_res dqi_gqlock; /* Lock protecting quota information structure */
Dstackglue.h274 struct ocfs2_lock_res;
Drefcounttree.h26 struct ocfs2_lock_res rf_lockres;