Lines Matching defs:dacloffset
532 pnntsd->dacloffset = cpu_to_le32(sizeof(struct cifs_ntsd));
951 __u32 dacloffset;
960 dacloffset = le32_to_cpu(pntsd->dacloffset);
961 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset);
962 cifs_dbg(NOISY, "revision %d type 0x%x ooffset 0x%x goffset 0x%x sacloffset 0x%x dacloffset 0x%x\n",
965 le32_to_cpu(pntsd->sacloffset), dacloffset);
992 if (dacloffset)
1007 __u32 dacloffset;
1020 dacloffset = le32_to_cpu(pntsd->dacloffset);
1021 dacl_ptr = (struct cifs_acl *)((char *)pntsd + dacloffset);