Searched refs:SMB2_FILE_DELETE_CHILD (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_2.h458 #define SMB2_FILE_DELETE_CHILD 0x00000040 macro
H A Dsmb.h816 #define SMB2_FILE_DELETE_CHILD 0x00000040 /* Indicates the right to delete the files and directories within this directory. */ macro
H A Dsmb_smb_2.c640 !(createp->dnp->n_parent->maxAccessRights & SMB2_FILE_DELETE_CHILD)) {
651 if (!(createp->dnp->maxAccessRights & SMB2_FILE_DELETE_CHILD)) {
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_security.c1030 if (w_rights & SMB2_FILE_DELETE_CHILD)
1315 arights |= SMB2_FILE_DELETE_CHILD;
H A Dsmbfs_smb.c3526 (!np->n_parent || (np->n_parent->maxAccessRights & SMB2_FILE_DELETE_CHILD))) {
4109 (!dnp || (dnp->maxAccessRights & SMB2_FILE_DELETE_CHILD))) {
4354 (!dnp || (dnp->maxAccessRights & SMB2_FILE_DELETE_CHILD))) {
H A Dsmbfs_vnops.c8174 /* Need to look at this some more, seems Apple and MS don't argree on this SMB2_FILE_DELETE_CHILD */
8176 ((maxAccessRights & SMB2_FILE_DELETE_CHILD) != SMB2_FILE_DELETE_CHILD)) {

Completed in 171 milliseconds