Home
last modified time | relevance | path

Searched refs:AGGREGATE_I (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_filsys.h243 #define AGGREGATE_I 1 /* aggregate inode map inode */ macro
Djfs_mount.c99 ipaimap = diReadSpecial(sb, AGGREGATE_I, 0); in jfs_mount()
150 ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1); in jfs_mount()
Djfs_txnmgr.c836 if (jfs_ip->fileset != AGGREGATE_I) { in txLock()