UsrWds             47 fs/hfs/attr.c  			memcpy(&file->UsrWds.fdType, value, 4);
UsrWds             54 fs/hfs/attr.c  			memcpy(&file->UsrWds.fdCreator, value, 4);
UsrWds             95 fs/hfs/attr.c  			memcpy(value, &file->UsrWds.fdType, 4);
UsrWds            103 fs/hfs/attr.c  			memcpy(value, &file->UsrWds.fdCreator, 4);
UsrWds             59 fs/hfs/catalog.c 		rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type;
UsrWds             60 fs/hfs/catalog.c 		rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator;
UsrWds            187 fs/hfs/hfs.h   	struct hfs_finfo UsrWds;	/* data used by the Finder */