Lines Matching defs:mode
309 /* sanitize the mode change */
320 /* we're setting mode too, just clear the s*id bits */
412 /* Ignore any mode updates on symlinks */
653 * mainly at mode bits, and we make sure to ignore read-only
725 unsigned int mode;
729 mode = (access & NFSD_MAY_WRITE) ? O_WRONLY : O_RDONLY;
730 return break_lease(inode, mode | O_NONBLOCK);
1210 /* HPUX client sometimes creates a file in mode 000, and sets size to 0.
1212 * checking which requires WRITE permission but the mode is 000.
2337 dprintk("nfsd: permission 0x%x%s%s%s%s%s%s%s mode 0%o%s%s%s\n",
2400 /* Allow read access to binaries even when mode 111 */