Searched refs:fdType (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dattr.c41 memcpy(&file->UsrWds.fdType, value, 4);
86 memcpy(value, &file->UsrWds.fdType, 4);
H A Dhfs.h105 __be32 fdType; member in struct:hfs_finfo
H A Dcatalog.c59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h44 u_int32_t fdType; member in struct:FInfo
H A Dnad.c559 memcpy(&fh->finder_info.fdType,
561 sizeof( fh->finder_info.fdType ));
584 fprintf( stderr, "finder_info.fdType\t\t%.*s\n",
585 sizeof( fh->finder_info.fdType ), &fh->finder_info.fdType );
590 sizeof( fh->finder_info.fdType ) +
651 &fh->finder_info.fdType, sizeof( fh->finder_info.fdType ));
675 sizeof( fh->finder_info.fdType ) +
H A Dasingle.c218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
219 sizeof( fh->finder_info.fdType ));
237 strncpy( type, &fh->finder_info.fdType, 4 );
H A Dmacbin.c387 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
388 &fh->finder_info.fdType );
H A Dmegatron.c212 memcpy(&buf, &fh.finder_info.fdType, sizeof(u_int32_t));
H A Dhqx.c326 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
327 &fh->finder_info.fdType );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h44 u_int32_t fdType; member in struct:FInfo
H A Dnad.c559 memcpy(&fh->finder_info.fdType,
561 sizeof( fh->finder_info.fdType ));
584 fprintf( stderr, "finder_info.fdType\t\t%.*s\n",
585 sizeof( fh->finder_info.fdType ), &fh->finder_info.fdType );
590 sizeof( fh->finder_info.fdType ) +
651 &fh->finder_info.fdType, sizeof( fh->finder_info.fdType ));
675 sizeof( fh->finder_info.fdType ) +
H A Dasingle.c218 memcpy( &fh->finder_info.fdType, entry_buf + FINDERIOFF_TYPE,
219 sizeof( fh->finder_info.fdType ));
237 strncpy( type, &fh->finder_info.fdType, 4 );
H A Dmacbin.c387 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
388 &fh->finder_info.fdType );
H A Dmegatron.c208 memcpy(&buf, &fh.finder_info.fdType, sizeof(u_int32_t));
H A Dhqx.c326 fprintf( stderr, "type\t\t\t%.*s\n", sizeof( fh->finder_info.fdType ),
327 &fh->finder_info.fdType );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dioctl.c109 memcpy(&file->user_info.fdType, value, 4);
153 memcpy(value, &file->user_info.fdType, 4);
H A Dcatalog.c122 file->user_info.fdType = cpu_to_be32(HFSP_SYMLINK_TYPE);
125 file->user_info.fdType = cpu_to_be32(HFSPLUS_SB(inode->i_sb).type);
131 file->user_info.fdType = cpu_to_be32(HFSP_HARDLINK_TYPE);
H A Dhfsplus_raw.h254 __be32 fdType; member in struct:FInfo
H A Ddir.c67 if (entry.file.user_info.fdType == cpu_to_be32(HFSP_HARDLINK_TYPE) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dioctl.c120 memcpy(&file->user_info.fdType, value, 4);
175 memcpy(value, &file->user_info.fdType, 4);
H A Dcatalog.c122 file->user_info.fdType = cpu_to_be32(HFSP_SYMLINK_TYPE);
125 file->user_info.fdType = cpu_to_be32(HFSPLUS_SB(inode->i_sb).type);
131 file->user_info.fdType = cpu_to_be32(HFSP_HARDLINK_TYPE);
H A Dhfsplus_raw.h255 __be32 fdType; member in struct:FInfo
H A Ddir.c70 if (entry.file.user_info.fdType == cpu_to_be32(HFSP_HARDLINK_TYPE) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c319 u_char achar, fdType[4]; local
509 memcpy(fdType, ad_entry( adp, ADEID_FINDERI ), 4 );
511 if ( memcmp( fdType, "TEXT", 4 ) == 0 ) {
515 else if ( memcmp( fdType, "PSYS", 4 ) == 0 ) {
519 else if ( memcmp( fdType, "PS16", 4 ) == 0 ) {
523 else if ( memcmp( fdType, "BINA", 4 ) == 0 ) {
527 else if ( fdType[0] == 'p' ) {
528 achar = fdType[1];
529 ashort = (fdType[2] * 256) + fdType[
868 u_char achar, *fdType, xyy[4]; /* uninitialized, OK 310105 */ local
1078 memcpy(ad_entry( adp, ADEID_FINDERI ), fdType, 4 ); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c315 u_char achar, fdType[4]; local
505 memcpy(fdType, ad_entry( adp, ADEID_FINDERI ), 4 );
507 if ( memcmp( fdType, "TEXT", 4 ) == 0 ) {
511 else if ( memcmp( fdType, "PSYS", 4 ) == 0 ) {
515 else if ( memcmp( fdType, "PS16", 4 ) == 0 ) {
519 else if ( memcmp( fdType, "BINA", 4 ) == 0 ) {
523 else if ( fdType[0] == 'p' ) {
524 achar = fdType[1];
525 ashort = (fdType[2] * 256) + fdType[
865 u_char achar, *fdType, xyy[4]; /* uninitialized, OK 310105 */ local
1081 memcpy(ad_entry( adp, ADEID_FINDERI ), fdType, 4 ); local
[all...]

Completed in 125 milliseconds