Searched refs:s_creator (Results 1 – 3 of 3) sorted by relevance
137 if (sbi->s_creator != cpu_to_be32(0x3f3f3f3f)) in hfs_show_options()138 seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); in hfs_show_options()234 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options()311 if (match_fourchar(&args[0], &hsb->s_creator)) { in parse_options()
149 __be32 s_creator; /* Creator for new files */ member
60 rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator; in hfs_cat_build_record()
Completed in 5 milliseconds