Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_filsys.h236 #define AGGREGATE_I 1 /* aggregate inode map inode */ macro
Djfs_mount.c98 ipaimap = diReadSpecial(sb, AGGREGATE_I, 0); in jfs_mount()
149 ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1); in jfs_mount()
Dinode.c227 take_locks = (JFS_IP(ip)->fileset != AGGREGATE_I); in jfs_get_block()
Djfs_metapage.c346 if (JFS_IP(inode)->fileset == AGGREGATE_I) in __get_metapage()
Djfs_txnmgr.c791 if (jfs_ip->fileset != AGGREGATE_I) { in txLock()