Searched refs:DIRBITS (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddirectory.h38 #ifndef DIRBITS
40 # define DIRBITS 0 macro
42 # define DIRBITS S_ISGID macro
44 #endif /* DIRBITS */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c180 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0 )
188 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0 )
221 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0)
229 if (stickydirmode(ad_dir(adouble), DIRBITS | mode, dropbox, vol->v_umask) < 0)
605 dir_mode |= DIRBITS;
650 if (stickydirmode(ad_dir(ad_p), DIRBITS | mode, dropbox, vol->v_umask) < 0)
654 if (stickydirmode(ad_p, DIRBITS | mode, dropbox, vol->v_umask) < 0)
662 if (stickydirmode(ad_p, DIRBITS | mode, dropbox, vol->v_umask) < 0)
664 if (stickydirmode(ad_dir(ad_p), DIRBITS | mode, dropbox, vol->v_umask) < 0)
683 if (stickydirmode(name, DIRBITS | para
[all...]
H A Dunix.c48 if ( (retval=chmod_acl( name, ( (DIRBITS | mode | S_ISVTX) & ~v_umask) )) < 0) {
63 if ( (chmod_acl( name, (DIRBITS | mode) & ~v_umask ) < 0) && errno != EPERM &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.c287 if ( chmod_acl( modbuf, (DIRBITS | mode) & ~default_options.umask ) < 0 && errno != EPERM ) {
297 if ( chmod_acl( deskp->d_name, (DIRBITS | mode) & ~default_options.umask ) < 0 && errno != EPERM ) {
307 if ( chmod_acl( ".AppleDesktop", (DIRBITS | mode) & ~default_options.umask ) < 0 && errno != EPERM ) {
346 if ( stickydirmode(name, DIRBITS | mode, dropbox, vol->v_umask) < 0 )
353 if ( stickydirmode(name, DIRBITS | mode, dropbox, vol->v_umask) < 0 )
374 if ( stickydirmode(name, DIRBITS | mode, dropbox, vol->v_umask) < 0 )
410 if ( stickydirmode(name, DIRBITS | mode, dropbox, vol->v_umask) < 0 )
H A Dappl.c65 (void) ad_mkdir( dtf, DIRBITS | 0777 );
67 (void) ad_mkdir( dtf, DIRBITS | 0777 );
H A Ddesktop.c98 (void) ad_mkdir( dtf, DIRBITS | 0777 );
100 (void) ad_mkdir( dtf, DIRBITS | 0777 );
H A Ddirectory.c147 int mode = (DIRBITS & (~S_ISGID & st.st_mode)) | (0777 & ~vol->v_umask);
153 ret = ad_mkdir(name, DIRBITS | 0777);

Completed in 126 milliseconds