Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dinode.c186 if (i->i_ino == hpfs_sb(i->i_sb)->sb_root) return; in hpfs_write_inode()
216 if (i->i_ino == hpfs_sb(i->i_sb)->sb_root) return; in hpfs_write_inode_nolock()
218 if (i->i_ino != hpfs_sb(i->i_sb)->sb_root && i->i_nlink) { in hpfs_write_inode_nolock()
267 if (inode->i_ino == hpfs_sb(inode->i_sb)->sb_root) in hpfs_setattr()
H A Dsuper.c619 sbi->sb_root = le32_to_cpu(superblock->root); in hpfs_fill_super()
708 root = iget_locked(s, sbi->sb_root); in hpfs_fill_super()
722 root_dno = hpfs_fnode_dno(s, sbi->sb_root); in hpfs_fill_super()
H A Dhpfs_fn.h66 ino_t sb_root; /* inode number of root dir */ member