Searched refs:ocfs2_lock_res (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dlmglue.c | 59 static struct ocfs2_super *ocfs2_get_dentry_osb(struct ocfs2_lock_res *lockres); 60 static struct ocfs2_super *ocfs2_get_inode_osb(struct ocfs2_lock_res *lockres); 61 static struct ocfs2_super *ocfs2_get_file_osb(struct ocfs2_lock_res *lockres); 62 static struct ocfs2_super *ocfs2_get_qinfo_osb(struct ocfs2_lock_res *lockres); 89 static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres, 91 static void ocfs2_set_meta_lvb(struct ocfs2_lock_res *lockres); 93 static int ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres, 96 static int ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres, 100 struct ocfs2_lock_res *lockres); 102 static void ocfs2_set_qinfo_lvb(struct ocfs2_lock_res *lockre [all...] |
H A D | dlmglue.h | 109 void ocfs2_lock_res_init_once(struct ocfs2_lock_res *res); 110 void ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res, 117 void ocfs2_file_lock_res_init(struct ocfs2_lock_res *lockres, 120 void ocfs2_qinfo_lock_res_init(struct ocfs2_lock_res *lockres, 122 void ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, 125 void ocfs2_lock_res_free(struct ocfs2_lock_res *res); 188 struct ocfs2_lock_res *lockres); 190 struct ocfs2_lock_res *lockres);
|
H A D | inode.h | 22 struct ocfs2_lock_res ip_rw_lockres; 23 struct ocfs2_lock_res ip_inode_lockres; 24 struct ocfs2_lock_res ip_open_lockres;
|
H A D | ocfs2.h | 108 /* ocfs2_lock_res->l_flags flags. */ 157 struct ocfs2_lock_res { struct 216 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ 394 struct ocfs2_lock_res osb_super_lockres; 395 struct ocfs2_lock_res osb_rename_lockres; 396 struct ocfs2_lock_res osb_nfs_sync_lockres; 398 struct ocfs2_lock_res osb_trim_fs_lockres;
|
H A D | dcache.h | 27 struct ocfs2_lock_res dl_lockres;
|
H A D | file.h | 27 struct ocfs2_lock_res fp_flock;
|
H A D | quota.h | 58 struct ocfs2_lock_res dqi_gqlock; /* Lock protecting quota information structure */
|
H A D | stackglue.h | 266 struct ocfs2_lock_res;
|
H A D | locks.c | 29 struct ocfs2_lock_res *lockres = &fp->fp_flock; in ocfs2_do_flock()
|
H A D | refcounttree.h | 18 struct ocfs2_lock_res rf_lockres;
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dlmglue.c | 58 static struct ocfs2_super *ocfs2_get_dentry_osb(struct ocfs2_lock_res *lockres); 59 static struct ocfs2_super *ocfs2_get_inode_osb(struct ocfs2_lock_res *lockres); 60 static struct ocfs2_super *ocfs2_get_file_osb(struct ocfs2_lock_res *lockres); 61 static struct ocfs2_super *ocfs2_get_qinfo_osb(struct ocfs2_lock_res *lockres); 88 static int ocfs2_check_meta_downconvert(struct ocfs2_lock_res *lockres, 90 static void ocfs2_set_meta_lvb(struct ocfs2_lock_res *lockres); 92 static int ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres, 95 static int ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres, 99 struct ocfs2_lock_res *lockres); 101 static void ocfs2_set_qinfo_lvb(struct ocfs2_lock_res *lockre [all...] |
H A D | dlmglue.h | 107 void ocfs2_lock_res_init_once(struct ocfs2_lock_res *res); 108 void ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res, 115 void ocfs2_file_lock_res_init(struct ocfs2_lock_res *lockres, 118 void ocfs2_qinfo_lock_res_init(struct ocfs2_lock_res *lockres, 120 void ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, 123 void ocfs2_lock_res_free(struct ocfs2_lock_res *res); 186 struct ocfs2_lock_res *lockres); 188 struct ocfs2_lock_res *lockres);
|
H A D | inode.h | 20 struct ocfs2_lock_res ip_rw_lockres; 21 struct ocfs2_lock_res ip_inode_lockres; 22 struct ocfs2_lock_res ip_open_lockres;
|
H A D | ocfs2.h | 106 /* ocfs2_lock_res->l_flags flags. */ 155 struct ocfs2_lock_res { struct 214 struct ocfs2_lock_res os_lockres; /* lock to synchronize scans */ 392 struct ocfs2_lock_res osb_super_lockres; 393 struct ocfs2_lock_res osb_rename_lockres; 394 struct ocfs2_lock_res osb_nfs_sync_lockres; 396 struct ocfs2_lock_res osb_trim_fs_lockres;
|
H A D | dcache.h | 25 struct ocfs2_lock_res dl_lockres;
|
H A D | file.h | 25 struct ocfs2_lock_res fp_flock;
|
H A D | locks.c | 28 struct ocfs2_lock_res *lockres = &fp->fp_flock; in ocfs2_do_flock()
|
H A D | stackglue.h | 264 struct ocfs2_lock_res;
|
H A D | quota.h | 58 struct ocfs2_lock_res dqi_gqlock; /* Lock protecting quota information structure */
|
H A D | refcounttree.h | 16 struct ocfs2_lock_res rf_lockres;
|
Completed in 16 milliseconds