Searched refs:lbmDirectWrite (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/jfs/ |
D | jfs_logmgr.c | 192 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag); 1405 lbmDirectWrite(log, bpsuper, lbmWRITE | lbmRELEASE | lbmSYNC); in lmLogInit() 1697 lbmDirectWrite(log, bpsuper, lbmWRITE | lbmRELEASE | lbmSYNC); in lmLogShutdown() 1783 lbmDirectWrite(log, bpsuper, lbmWRITE | lbmRELEASE | lbmSYNC); in lmLogFileSystem() 2105 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite() function
|