Searched refs:lbmDirectWrite (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/jfs/ |
D | jfs_logmgr.c | 179 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag); 1382 lbmDirectWrite(log, bpsuper, lbmWRITE | lbmRELEASE | lbmSYNC); in lmLogInit() 1674 lbmDirectWrite(log, bpsuper, lbmWRITE | lbmRELEASE | lbmSYNC); in lmLogShutdown() 1761 lbmDirectWrite(log, bpsuper, lbmWRITE | lbmRELEASE | lbmSYNC); in lmLogFileSystem() 2079 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite() function
|