Searched refs:UsrWds (Results 1 – 3 of 3) sorted by relevance
47 memcpy(&file->UsrWds.fdType, value, 4); in __hfs_setxattr()54 memcpy(&file->UsrWds.fdCreator, value, 4); in __hfs_setxattr()95 memcpy(value, &file->UsrWds.fdType, 4); in __hfs_getxattr()103 memcpy(value, &file->UsrWds.fdCreator, 4); in __hfs_getxattr()
59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type; in hfs_cat_build_record()60 rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator; in hfs_cat_build_record()
187 struct hfs_finfo UsrWds; /* data used by the Finder */ member
Completed in 9 milliseconds