Lines Matching defs:path
1128 const char *path, u32 *pacllen)
1150 oparms.path = path;
1171 struct inode *inode, const char *path,
1180 return get_cifs_acl_by_path(cifs_sb, path, pacllen);
1189 struct inode *inode, const char *path, int aclflag)
1216 oparms.path = path;
1240 const char *path, const struct cifs_fid *pfid)
1248 cifs_dbg(NOISY, "converting ACL to mode for %s\n", path);
1258 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen);
1285 id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 nmode,
1303 cifs_dbg(NOISY, "set ACL from mode for %s\n", path);
1312 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen);
1354 rc = ops->set_acl(pnntsd, secdesclen, inode, path, aclflag);