Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dsuper.c137 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()
H A Dhfs_fs.h149 __be32 s_creator; /* Creator for new files */ member
H A Dcatalog.c60 rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator; in hfs_cat_build_record()