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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dncp_no.h9 #define aDIR (ntohl(0x10000000)) macro
H A Dsmbno.h9 #define aDIR (1L<<4) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dncp_no.h9 #define aDIR (ntohl(0x10000000)) macro
H A Dsmbno.h9 #define aDIR (1L<<4) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Ddosmode.c137 result = aDIR | (result & aRONLY);
175 if (result & aDIR ) DEBUG(8, ("d"));
204 dosmode |= aDIR;
206 dosmode &= ~aDIR;
H A Ddir.c564 if (((mode & ~dirtype) & (aHIDDEN | aSYSTEM | aDIR)) != 0)
570 mask = ((dirtype >> 8) & (aDIR|aARCH|aRONLY|aHIDDEN|aSYSTEM)); /* & 0x37 */
572 if((mask & (mode & (aDIR|aARCH|aRONLY|aHIDDEN|aSYSTEM))) == mask) /* check if matching attribute present */
710 unix_mode(conn,aRONLY|aDIR, name), &smb_action);
H A Dreply.c506 mode = aHIDDEN | aDIR;
519 if (mode & aDIR)
583 mode |= aDIR;
585 mode &= ~aDIR;
707 /* dirtype &= ~aDIR; */
952 if (fmode & aDIR) {
1043 if (fmode & aDIR) {
1332 if (fmode & aDIR)
1335 else if (dirtype & aDIR) /* Asked for a directory and it isn't. */
3022 ret = vfs_MkDir(conn,directory,unix_mode(conn,aDIR,director
[all...]
H A Dtrans2.c280 if (fmode & aDIR) {
603 if(mode & aDIR)
1961 if (mode & aDIR)
2075 SCVAL(pdata,21,(mode&aDIR)?1:0);
2136 SCVAL(pdata,21,(mode&aDIR)?1:0);
2201 if (mode & aDIR) {
3076 dosmode |= aDIR;
3078 dosmode &= ~aDIR;
3206 ret = vfs_MkDir(conn,directory,unix_mode(conn,aDIR,directory));
H A Dnttrans.c874 if (!fsp->is_directory && (fmode & aDIR)) {
1355 if (fmode & aDIR) {
H A Dopen.c1320 if(vfs_MkDir(conn,fname, unix_mode(conn,aDIR, fname)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw_dir.c114 finfo.mode = aRONLY | aDIR;
131 finfo.mode = aRONLY | aDIR;
147 finfo.mode = aRONLY | aDIR;
241 if (cli_list(&srv->cli, mask, aHIDDEN|aSYSTEM|aDIR,
295 smbw_setup_stat(st, "", dir->count*DIRP_SIZE, aDIR);
373 uint16 mode = aDIR;
424 if (!(mode & aDIR)) {
H A Dsmbw_stat.c210 mode = aDIR | aRONLY;
223 mode = aDIR | aRONLY;
226 mode = aDIR | aRONLY;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dnbio.c287 if (finfo->mode & aDIR) {
290 cli_list(c, s2, aDIR, delete_fn, NULL);
306 cli_list(c, mask, aDIR, delete_fn, NULL);
H A Dmasktest.c276 cli_list_new(cli, "\\masktest\\*.*", aHIDDEN | aDIR, listfn, NULL);
278 cli_list_new(cli, "\\masktest\\*", aHIDDEN | aDIR, listfn, NULL);
324 cli_list(cli, mask, aHIDDEN | aDIR, listfn, NULL);
H A Dtorture.c4087 if (finfo->mode & aDIR) {
4252 cli_list(cli, "\\LISTDIR\\*", aDIR, del_fn, cli);
4278 num_seen = cli_list_old(cli, "\\LISTDIR\\*", aDIR, list_fn, NULL);
4287 num_seen = cli_list_old(cli, "\\LISTDIR\\*", (aDIR<<8)|aDIR, list_fn, NULL);
4292 num_seen = cli_list_old(cli, "\\LISTDIR\\*", (aARCH<<8)|aDIR, list_fn, NULL);
4299 cli_list(cli, "\\LISTDIR\\*", aDIR, del_fn, cli);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dclient.c304 if (finfo->mode & aDIR)
474 if (f->mode & aDIR) {
573 uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
609 uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
811 if (finfo->mode & aDIR)
821 if (!(finfo->mode & aDIR)) {
854 do_list(mget_mask, aSYSTEM | aHIDDEN | aDIR,do_mget,False, True);
914 attribute |= aDIR;
1520 if (finfo->mode & aDIR)
1539 attribute |= aDIR;
[all...]
H A Dclitar.c73 static uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
300 finfo->mode=aDIR;
810 if (finfo->mode & aDIR) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dinode.c83 if (nwi->attributes & aDIR) {
140 if (nwi->attributes & aDIR) {
418 finfo.i.attributes = aDIR;
H A Dncplib_kernel.c463 target->attributes = aDIR;
591 if ((create_attributes & aDIR) != 0) {
608 if (!(create_attributes & aDIR))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmb_macros.h34 #define IS_DOS_DIR(test_mode) (((test_mode) & aDIR) != 0)
H A Dsmb.h93 #define aDIR (1L<<4) /* 0x10 */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dproc.c960 WSET(server->packet, smb_vwv1, aSYSTEM | aHIDDEN | aDIR);
1257 WSET(server->packet, smb_vwv0, aSYSTEM | aHIDDEN | aDIR);
1459 if (fattr->attr & aDIR)
1479 fattr->attr = aDIR;
1572 WSET(server->packet, smb_vwv1, aDIR);
1847 WSET(param, 0, aSYSTEM | aHIDDEN | aDIR);
2038 WSET(param, 0, aSYSTEM | aHIDDEN | aDIR);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil.c438 if (mode & aDIR) fstrcat(attrstr,"D");
619 if ((mode & aDIR) != 0)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclifile.c206 SSVAL(cli->outbuf,smb_vwv0,aSYSTEM | aHIDDEN | aDIR);
H A Dlibsmbclient.c1365 mode = aDIR | aRONLY;
1372 mode = aDIR | aRONLY;
1626 (finfo->mode&aDIR?SMBC_DIR:SMBC_FILE)) < 0) {
1915 if (cli_list(&srv->cli, path, aDIR | aSYSTEM | aHIDDEN, dir_list_fn,
2161 mode = aDIR | aRONLY;
2168 mode = aDIR | aRONLY;
2248 mode = aDIR | aRONLY;
2255 mode = aDIR | aRONLY;
2280 if (cli_list(&srv->cli, lpath, aDIR | aSYSTEM | aHIDDEN, rmdir_list_fn,
2542 if (!(mode & aDIR)) {
[all...]

Completed in 331 milliseconds

12