• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/smb-759.0/kernel/smbfs/

Lines Matching +defs:new +defs:rights

3  * All rights reserved.
5 * Portions Copyright (C) 2001 - 2013 Apple Inc. All rights reserved.
797 * and create the new entry. Purge the old node from the name cache,
1014 * the server then we will blow away this node and create a new one.
1277 * the server then we will blow away this node and create a new one.
1469 /* assume alloc size same as new size */
2072 * The server has it marked as hidden, set the new UF_HIDDEN bit. Never
2269 SMB_LOG_IO_LOCK(np, "%s: Waiting on pending seteof, old eof = %lld new eof = %lld\n",
2275 SMB_LOG_IO_LOCK(np, "%s: Waiting on cluster write to complete, old eof = %lld new eof = %lld\n",
2281 SMB_LOG_IO_LOCK(np, "%s: We set the eof after this lookup, old eof = %lld new eof = %lld\n",
2296 SMBDEBUG_LOCK(np, "%s: smbfs_setsize, old eof = %lld new eof = %lld time %ld:%ld %ld:%ld\n",
2394 /* Take a ref count on the new parent */
2399 /* Increment new parent node's child refcnt */
2426 /* Set the new parent */
2482 /* Set the new name */
2489 /* put in the new name */
2505 /* Add new entry, correct case */
2560 struct ByteRangeLockEntry *new = NULL;
2563 if (unLock == 0) { /* Locking, so add a new ByteRangeLockEntry */
2564 SMB_MALLOC (new, struct ByteRangeLockEntry *, sizeof (struct ByteRangeLockEntry),
2566 new->offset = offset;
2567 new->length = length;
2568 new->lck_pid = lck_pid;
2569 new->next = NULL;
2574 fndEntry->lockList = new;
2575 } else { /* find the last entry and add the new entry to the end of list */
2578 curr->next = new;
2618 * Create a new open deny file list entry.
2624 AddFileRef(vnode_t vp, struct proc *p, uint16_t accessMode, uint32_t rights,
2631 /* Create a new fileRefEntry and insert it into the hp list */
2639 entry->rights = rights;
3616 * a new child smbnode when its parent is in reclaim. In