Searched refs:share_access (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_smb.c151 "file_attributes", "share_access",
156 share_access = FILE_SHARE_READ | FILE_SHARE_WRITE, local
164 &file_attributes, &share_access, &create_disposition,
170 share_access, create_disposition, create_options, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dnttrans.c351 uint32 *desired_access, uint32 share_access, uint32 file_attributes)
421 if(share_access & FILE_SHARE_DELETE) {
456 switch( share_access & (FILE_SHARE_READ|FILE_SHARE_WRITE)) {
479 to open_mode 0x%x\n", (unsigned long)*desired_access, (unsigned long)share_access,
580 uint32 share_access = IVAL(inbuf,smb_ntcreate_ShareAccess); local
607 file_attributes = 0x%x, share_access = 0x%x, create_disposition = 0x%x \
609 share_access, create_disposition,
747 share_access,
794 if ((share_access & FILE_SHARE_DELETE) && (desired_access & DELETE_ACCESS)) {
1200 uint32 share_access; local
350 map_share_mode( char *fname, uint32 create_options, uint32 *desired_access, uint32 share_access, uint32 file_attributes) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c1297 nfs4_file_downgrade(struct file *filp, unsigned int share_access) argument
1299 if (share_access & NFS4_SHARE_ACCESS_WRITE) {
1611 unsigned int share_access, new_writer; local
1614 set_access(&share_access, stp->st_access_bmap);
1615 new_writer = (~share_access) & open->op_share_access
2305 unsigned int share_access; local
2334 set_access(&share_access, stp->st_access_bmap);
2336 share_access & ~od->od_share_access);

Completed in 162 milliseconds