s_creator          60 fs/hfs/catalog.c 		rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator;
s_creator         149 fs/hfs/hfs_fs.h 	__be32 s_creator;			/* Creator for new files */
s_creator         138 fs/hfs/super.c 	if (sbi->s_creator != cpu_to_be32(0x3f3f3f3f))
s_creator         139 fs/hfs/super.c 		seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4);
s_creator         235 fs/hfs/super.c 	hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f);	/* == '????' */
s_creator         312 fs/hfs/super.c 			if (match_fourchar(&args[0], &hsb->s_creator)) {