Searched refs:LOGFS_INO_MASTER (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/logfs/
H A Dinode.c111 BUG_ON(ino == LOGFS_INO_MASTER);
125 if (ino == LOGFS_INO_MASTER)
167 if (inode->i_ino == LOGFS_INO_MASTER)
H A Dlogfs_abi.h298 * LOGFS_INO_MASTER - master inode (for inode file)
304 LOGFS_INO_MASTER = 0x01, enumerator in enum:__anon32272
H A Dreadwrite.c422 if (inode->i_ino == LOGFS_INO_MASTER)
494 ino = LOGFS_INO_MASTER;
604 block = __alloc_block(inode->i_sb, LOGFS_INO_MASTER, inode->i_ino, 0);
1133 if (inode->i_ino != LOGFS_INO_MASTER) {
1299 if (block->inode && block->inode->i_ino == LOGFS_INO_MASTER) {
1619 if (inode->i_ino == LOGFS_INO_MASTER)
1957 BUG_ON(inode->i_ino == LOGFS_INO_MASTER);
1978 BUG_ON(inode->i_ino == LOGFS_INO_MASTER);
H A Dlogfs.h705 if (ino == LOGFS_INO_MASTER) {
H A Djournal.c866 super->s_master_inode = logfs_new_meta_inode(sb, LOGFS_INO_MASTER);
H A Dsegment.c261 if (inode->i_ino == LOGFS_INO_MASTER)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/logfs/
H A Dinode.c111 BUG_ON(ino == LOGFS_INO_MASTER);
125 if (ino == LOGFS_INO_MASTER)
167 if (inode->i_ino == LOGFS_INO_MASTER)
H A Dlogfs_abi.h298 * LOGFS_INO_MASTER - master inode (for inode file)
304 LOGFS_INO_MASTER = 0x01, enumerator in enum:__anon20579
H A Dreadwrite.c422 if (inode->i_ino == LOGFS_INO_MASTER)
494 ino = LOGFS_INO_MASTER;
604 block = __alloc_block(inode->i_sb, LOGFS_INO_MASTER, inode->i_ino, 0);
1133 if (inode->i_ino != LOGFS_INO_MASTER) {
1299 if (block->inode && block->inode->i_ino == LOGFS_INO_MASTER) {
1619 if (inode->i_ino == LOGFS_INO_MASTER)
1957 BUG_ON(inode->i_ino == LOGFS_INO_MASTER);
1978 BUG_ON(inode->i_ino == LOGFS_INO_MASTER);
H A Dlogfs.h705 if (ino == LOGFS_INO_MASTER) {
H A Djournal.c866 super->s_master_inode = logfs_new_meta_inode(sb, LOGFS_INO_MASTER);
H A Dsegment.c261 if (inode->i_ino == LOGFS_INO_MASTER)

Completed in 194 milliseconds