Searched refs:fdCreator (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dattr.c46 memcpy(&file->UsrWds.fdCreator, value, 4);
92 memcpy(value, &file->UsrWds.fdCreator, 4);
H A Dhfs.h106 __be32 fdCreator; member in struct:hfs_finfo
H A Dcatalog.c60 rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h45 u_int32_t fdCreator; member in struct:FInfo
H A Dnad.c562 memcpy(&fh->finder_info.fdCreator,
564 sizeof( fh->finder_info.fdCreator ));
586 fprintf( stderr, "finder_info.fdCreator\t\t%.*s\n",
587 sizeof( fh->finder_info.fdCreator ),
588 &fh->finder_info.fdCreator );
591 sizeof( fh->finder_info.fdCreator ),
653 &fh->finder_info.fdCreator, sizeof( fh->finder_info.fdCreator ));
676 sizeof( fh->finder_info.fdCreator ),
H A Dasingle.c220 memcpy( &fh->finder_info.fdCreator, entry_buf + FINDERIOFF_CREATOR,
221 sizeof( fh->finder_info.fdCreator ));
238 strncpy( creator, &fh->finder_info.fdCreator, 4 );
H A Dmacbin.c390 sizeof( fh->finder_info.fdCreator ),
391 &fh->finder_info.fdCreator );
H A Dmegatron.c210 memcpy(&buf, &fh.finder_info.fdCreator, sizeof(u_int32_t));
H A Dhqx.c329 sizeof( fh->finder_info.fdCreator ),
330 &fh->finder_info.fdCreator );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h45 u_int32_t fdCreator; member in struct:FInfo
H A Dnad.c562 memcpy(&fh->finder_info.fdCreator,
564 sizeof( fh->finder_info.fdCreator ));
586 fprintf( stderr, "finder_info.fdCreator\t\t%.*s\n",
587 sizeof( fh->finder_info.fdCreator ),
588 &fh->finder_info.fdCreator );
591 sizeof( fh->finder_info.fdCreator ),
653 &fh->finder_info.fdCreator, sizeof( fh->finder_info.fdCreator ));
676 sizeof( fh->finder_info.fdCreator ),
H A Dasingle.c220 memcpy( &fh->finder_info.fdCreator, entry_buf + FINDERIOFF_CREATOR,
221 sizeof( fh->finder_info.fdCreator ));
238 strncpy( creator, &fh->finder_info.fdCreator, 4 );
H A Dmacbin.c390 sizeof( fh->finder_info.fdCreator ),
391 &fh->finder_info.fdCreator );
H A Dmegatron.c206 memcpy(&buf, &fh.finder_info.fdCreator, sizeof(u_int32_t));
H A Dhqx.c329 sizeof( fh->finder_info.fdCreator ),
330 &fh->finder_info.fdCreator );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dioctl.c114 memcpy(&file->user_info.fdCreator, value, 4);
159 memcpy(value, &file->user_info.fdCreator, 4);
H A Dcatalog.c123 file->user_info.fdCreator = cpu_to_be32(HFSP_SYMLINK_CREATOR);
126 file->user_info.fdCreator = cpu_to_be32(HFSPLUS_SB(inode->i_sb).creator);
132 file->user_info.fdCreator = cpu_to_be32(HFSP_HFSPLUS_CREATOR);
H A Dhfsplus_raw.h255 __be32 fdCreator; member in struct:FInfo
H A Ddir.c68 entry.file.user_info.fdCreator == cpu_to_be32(HFSP_HFSPLUS_CREATOR) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dioctl.c125 memcpy(&file->user_info.fdCreator, value, 4);
181 memcpy(value, &file->user_info.fdCreator, 4);
H A Dcatalog.c123 file->user_info.fdCreator = cpu_to_be32(HFSP_SYMLINK_CREATOR);
126 file->user_info.fdCreator = cpu_to_be32(HFSPLUS_SB(inode->i_sb).creator);
132 file->user_info.fdCreator = cpu_to_be32(HFSP_HFSPLUS_CREATOR);
H A Dhfsplus_raw.h256 __be32 fdCreator; member in struct:FInfo
H A Ddir.c71 entry.file.user_info.fdCreator == cpu_to_be32(HFSP_HFSPLUS_CREATOR) &&

Completed in 145 milliseconds