Searched refs:lmGCwrite (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.c | 183 static void lmGCwrite(struct jfs_log * log, int cant_block); 614 lmGCwrite(log, 0); in lmNextPage() 695 lmGCwrite(log, 0); in lmGroupCommit() 706 /* lmGCwrite gives up LOGGC_LOCK, check again */ in lmGroupCommit() 733 * NAME: lmGCwrite() 745 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite() function 895 * Call lmGCwrite with new group leader in lmPostGC() 897 lmGCwrite(log, 1); in lmPostGC() 1556 lmGCwrite(log, 0); in jfs_flush_journal()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.c | 183 static void lmGCwrite(struct jfs_log * log, int cant_block); 606 lmGCwrite(log, 0); in lmNextPage() 687 lmGCwrite(log, 0); in lmGroupCommit() 698 /* lmGCwrite gives up LOGGC_LOCK, check again */ in lmGroupCommit() 725 * NAME: lmGCwrite() 737 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite() function 887 * Call lmGCwrite with new group leader in lmPostGC() 889 lmGCwrite(log, 1); in lmPostGC() 1548 lmGCwrite(log, 0); in jfs_flush_journal()
|
Completed in 6 milliseconds