Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhpfs_fs_sb.h48 #define s_hpfs_gid u.hpfs_sb.sb_gid macro
/linux-2.4.37.9/fs/hpfs/
Dsuper.c329 uid = s->s_hpfs_uid; gid = s->s_hpfs_gid; in hpfs_remount_fs()
351 s->s_hpfs_uid = uid; s->s_hpfs_gid = gid; in hpfs_remount_fs()
450 s->s_hpfs_gid = gid; in hpfs_read_super()
Dinode.c66 i->i_gid = sb->s_hpfs_gid; in hpfs_read_inode()
207 if ((i->i_gid != i->i_sb->s_hpfs_gid) || i->i_hpfs_ea_gid) { in hpfs_write_inode_ea()