Home
last modified time | relevance | path

Searched refs:sb_conv (Results 1 – 4 of 4) sorted by relevance

/fs/hpfs/
Dsuper.c395 lowercase = sbi->sb_lowercase; conv = sbi->sb_conv; in hpfs_remount_fs()
417 sbi->sb_lowercase = lowercase; sbi->sb_conv = conv; in hpfs_remount_fs()
541 sbi->sb_conv = conv; in hpfs_fill_super()
Dhpfs_fn.h78 unsigned sb_conv : 2; /* crlf->newline hackery */ member
Dinode.c19 hpfs_inode->i_conv = hpfs_sb(sb)->sb_conv; in hpfs_init_inode()
Dnamei.c649 hpfs_i(i)->i_conv = hpfs_sb(i->i_sb)->sb_conv; in hpfs_rename()