Home
last modified time | relevance | path

Searched defs:max_revokes (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
H A Dglops.c149 unsigned int max_revokes = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / sizeof(u64); in gfs2_ail_flush() local
H A Dlog.c305 static int gfs2_ail1_empty(struct gfs2_sbd *sdp, int max_revokes) in gfs2_ail1_empty() argument
715 int max_revokes = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / sizeof(u64); in gfs2_write_revokes() local
252 gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, int *max_revokes) gfs2_ail1_empty_one() argument
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlog.c358 static int gfs2_ail1_empty(struct gfs2_sbd *sdp, int max_revokes) in gfs2_ail1_empty() argument
812 unsigned int max_revokes = atomic_read(&sdp->sd_log_revokes_available); in gfs2_flush_revokes() local
305 gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, int *max_revokes) gfs2_ail1_empty_one() argument

Completed in 5 milliseconds