Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dinode.c238 if (i->i_ino == i->i_sb->s_hpfs_root) return; in hpfs_write_inode()
260 if (i->i_ino == i->i_sb->s_hpfs_root) return; in hpfs_write_inode_nolock()
262 if (i->i_ino != i->i_sb->s_hpfs_root && i->i_nlink) { in hpfs_write_inode_nolock()
307 if (inode->i_sb->s_hpfs_root == inode->i_ino) return -EINVAL; in hpfs_notify_change()
Dsuper.c443 s->s_hpfs_root = superblock->root; in hpfs_read_super()
533 s->s_root = d_alloc_root(iget(s, s->s_hpfs_root)); in hpfs_read_super()
545 root_dno = hpfs_fnode_dno(s, s->s_hpfs_root); in hpfs_read_super()
/linux-2.4.37.9/include/linux/
Dhpfs_fs_sb.h41 #define s_hpfs_root u.hpfs_sb.sb_root macro