Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dattr.c47 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()
H A Dcatalog.c59 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()
H A Dhfs.h187 struct hfs_finfo UsrWds; /* data used by the Finder */ member