smb_first_ace4 125 source3/modules/nfs4_acls.h SMB4ACE_T *smb_first_ace4(SMB4ACL_T *theacl); smb_first_ace4 329 source3/modules/vfs_aixacl2.c for(smbace = smb_first_ace4(smbacl); smbace!=NULL; smbace = smb_next_ace4(smbace)) smb_first_ace4 366 source3/modules/vfs_gpfs.c for (smbace=smb_first_ace4(smbacl); smbace!=NULL; smbace = smb_next_ace4(smbace)) { smb_first_ace4 773 source3/modules/vfs_gpfs.c for (smbace=smb_first_ace4(pacl); smbace!=NULL; smbace = smb_next_ace4(smbace)) { smb_first_ace4 118 source3/modules/vfs_zfsacl.c for(smbace = smb_first_ace4(smbacl), i = 0;