Lines Matching refs:posix
747 cifs_dbg(FYI, "mode on posix create 0%o\n", mode);
1961 struct create_posix_rsp *posix)
1968 memset(posix, 0, sizeof(*posix));
1970 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0));
1971 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4));
1972 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8));
1977 cifs_dbg(VFS, "bad owner sid in posix create response\n");
1980 memcpy(&posix->owner, sid, sid_len);
1985 cifs_dbg(VFS, "bad group sid in posix create response\n");
1988 memcpy(&posix->group, sid, sid_len);
1991 posix->nlink, posix->mode, posix->reparse_tag);
1999 struct create_posix_rsp *posix)
2031 if (posix &&
2033 parse_posix_ctxt(cc, buf, posix);
2598 /* resource #3: posix buf */
2631 /* Eventually save off posix specific response info and timestaps */
2840 struct create_posix_rsp *posix,
2919 oparms->fid->lease_key, oplock, buf, posix);
4729 /* note that posix payload are variable size */