Lines Matching defs:path
1414 const char *path, u32 *pacllen)
1437 .path = path,
1458 struct inode *inode, const char *path,
1467 return get_cifs_acl_by_path(cifs_sb, path, pacllen);
1476 struct inode *inode, const char *path, int aclflag)
1504 .path = path,
1529 const char *path, const struct cifs_fid *pfid)
1538 cifs_dbg(NOISY, "converting ACL to mode for %s\n", path);
1548 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info);
1575 id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 *pnmode,
1597 cifs_dbg(NOISY, "set ACL from mode for %s\n", path);
1606 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info);
1669 rc = ops->set_acl(pnntsd, nsecdesclen, inode, path, aclflag);