Lines Matching defs:mode
3906 static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode)
3912 *mode = 0;
3920 *mode = tmp & ~S_IFMT;
3924 dprintk("%s: file mode=0%o\n", __func__, (unsigned int)*mode);
4651 fattr->mode = 0;
4653 fattr->mode |= nfs_type2fmt[type];
4699 fattr->mode |= fmode;
5779 /* dir flags, rdma mode bool */
7534 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode);